| Anonymous | Login | Signup for a new account | 11-10-2008 11:06 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0001042 | [buildroot] Other | minor | always | 09-21-06 06:23 | 02-12-07 05:44 | ||||
| Reporter | belandor | View Status | public | ||||||
| Assigned To | buildroot | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | |||||||
| Summary | 0001042: package/Makefile.in sets wrong TARGET_PATH | ||||||||
| Description |
in buildroot svn revision {2006-09-21}, package/Makefile.in sets TARGET_PATH=$(STAGING_DIR)/bin:$(TOOL_BUILD_DIR)/bin:/bin:/sbin:/usr/bin:/usr/sbin:$(PATH) This makes it impossible to use a gcc which is not installed in the system to compile uClibc (e.g. if /usr/bin/gcc does not support ada, it is not possible to provide an ada capable gcc in the path and install) This should be changed into TARGET_PATH=$(STAGING_DIR)/bin:$(TOOL_BUILD_DIR)/bin:$(PATH) If /bin:/sbin:/usr/bin:/usr/sbin are not in PATH, then this has probably good reasons and buildroot should not attempt to include them in the TARGET_PATH. - Otherwise they should come _AFTER_ the inclusion of PATH. |
||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |