diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-22 14:16:25 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-22 14:16:25 +0000 |
commit | 51a61c9011d838db18af16f5f8e294f9e301bad2 (patch) | |
tree | 67a30004a22b0645ecb141608516c7bd9d12e88a /target/device | |
parent | 5f0baad2937640ecf09b65697e8b10d30368f7b9 (diff) | |
download | buildroot-novena-51a61c9011d838db18af16f5f8e294f9e301bad2.tar.gz buildroot-novena-51a61c9011d838db18af16f5f8e294f9e301bad2.zip |
- Subsume and collaps toolchain options in one menu
This is ment to ease configuration by providing toolchain related options in one place
No functional changes, just shuffling the menus around..
Diffstat (limited to 'target/device')
-rw-r--r-- | target/device/Toolchain.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/target/device/Toolchain.in b/target/device/Toolchain.in index 6a35332e4..67881cd96 100644 --- a/target/device/Toolchain.in +++ b/target/device/Toolchain.in @@ -8,8 +8,7 @@ choice system or an external pre-built toolchain. config BR2_TOOLCHAIN_NORMAL - bool - prompt "Use default sources for toolchain" + bool "Use default sources for toolchain" depends on !BR2_avr32 help Download vanilla binutils, gcc, uclibc and gdb from their @@ -18,8 +17,7 @@ config BR2_TOOLCHAIN_NORMAL I.E: Do not download a prepatched vendor source suite. config BR2_TOOLCHAIN_ATMEL_AVR32 - bool - prompt "Use prepatched source for AVR32 toolchain" + bool "Use prepatched source for AVR32 toolchain" depends on BR2_avr32 depends on BR2_GCC_VERSION_4_1_2 depends on BR2_GDB_VERSION_6_4 || !BR2_PACKAGE_GDB |