From d8fc1c0a74b81009c855cc532432cdd3c8a47a7a Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 25 Sep 2007 08:18:36 +0000 Subject: - remove one invariant in toolchain type selection. --- target/device/Toolchain.in | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'target/device') diff --git a/target/device/Toolchain.in b/target/device/Toolchain.in index 67881cd96..5be7f709d 100644 --- a/target/device/Toolchain.in +++ b/target/device/Toolchain.in @@ -1,21 +1,11 @@ +if BR2_TOOLCHAIN_EXTERNAL_SOURCE choice prompt "Source location:" - default BR2_TOOLCHAIN_NORMAL if!BR2_avr32 default BR2_TOOLCHAIN_ATMEL_AVR32 if BR2_avr32 - depends on BR2_TOOLCHAIN_BUILDROOT help Select whether to use the toolchain built by the buildroot system or an external pre-built toolchain. -config BR2_TOOLCHAIN_NORMAL - bool "Use default sources for toolchain" - depends on !BR2_avr32 - help - Download vanilla binutils, gcc, uclibc and gdb from their - main download locations, and apply patches from the - "toolchain/" directores. - I.E: Do not download a prepatched vendor source suite. - config BR2_TOOLCHAIN_ATMEL_AVR32 bool "Use prepatched source for AVR32 toolchain" depends on BR2_avr32 @@ -53,3 +43,4 @@ config BR2_VENDOR_GDB_RELEASE config BR2_VENDOR_PATCH_DIR string default "target/device/Atmel/toolchain/avr32" if BR2_TOOLCHAIN_ATMEL_AVR32 +endif -- cgit v1.2.3