| Anonymous | Login | Signup for a new account | 11-10-2008 11:19 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 | ||||
| 0001502 | [buildroot] Other | major | always | 09-19-07 06:32 | 09-19-07 10:33 | ||||
| Reporter | ikonst | View Status | public | ||||||
| Assigned To | buildroot | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | |||||||
| Summary | 0001502: BR2_TOOLCHAIN_SYSROOT should depend on BR2_GCC_VERSION_4_2_0 or higher | ||||||||
| Description |
The sysroot feature is only available on gcc 4.2.0 and higher. Building it with gcc 4.1.x will cause an error (as sysroot's help string already specifies). toolchain/gcc/Config.in should be changed. Preferably, the rule should be changed from exclusive: depends on !BR2_GCC_VERSION_3_3_5 ... to inclusive: depends on BR2_GCC_VERSION_4_2_0 || BR2_GCC_VERSION_4_2_1 || BR2_GCC_VERSION_4_3 |
||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |