summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-09-25 22:04:39 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-09-25 22:04:39 +0000
commit6b63009f5f386515388892399fac76fe81eed3c4 (patch)
tree0ec6fb2b5fcb73416fb278e87c63dd3065091de8
parent7bc7c8eb4df44d5355b6fe4724be0d01cf436717 (diff)
- comment out bad logic
-rw-r--r--target/device/Toolchain.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/target/device/Toolchain.in b/target/device/Toolchain.in
index 867836f5d..fc4d04a0d 100644
--- a/target/device/Toolchain.in
+++ b/target/device/Toolchain.in
@@ -1,7 +1,7 @@
if BR2_TOOLCHAIN_EXTERNAL_SOURCE
choice
prompt "Source location:"
- default BR2_TOOLCHAIN_ATMEL_AVR32 if BR2_avr32
+# default BR2_TOOLCHAIN_ATMEL_AVR32 if BR2_avr32
help
Select whether to use the toolchain built by the buildroot
system or an external pre-built toolchain.
@@ -9,10 +9,10 @@ choice
config BR2_TOOLCHAIN_ATMEL_AVR32
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
- depends on BR2_BINUTILS_VERSION_2_17
- depends on BR2_UCLIBC_VERSION_0_9_28_3
+# depends on BR2_GCC_VERSION_4_1_2
+# depends on BR2_GDB_VERSION_6_4 || !BR2_PACKAGE_GDB
+# depends on BR2_BINUTILS_VERSION_2_17
+# depends on BR2_UCLIBC_VERSION_0_9_28_3
endchoice