summaryrefslogtreecommitdiffstats
path: root/toolchain/Config.in
diff options
context:
space:
mode:
authorJohn Voltz2008-03-06 19:52:01 +0100
committerJohn Voltz2008-03-06 19:52:01 +0100
commit1d161fb4375d90718292602f401d48991cc5686c (patch)
treea04e8f228778f3576ff155298e211a1064532a13 /toolchain/Config.in
parentadded and removed uclibc patches (diff)
downloadbuildroot-1d161fb4375d90718292602f401d48991cc5686c.tar.gz
buildroot-1d161fb4375d90718292602f401d48991cc5686c.tar.xz
buildroot-1d161fb4375d90718292602f401d48991cc5686c.zip
toolchain updates
Diffstat (limited to 'toolchain/Config.in')
-rw-r--r--toolchain/Config.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in
index ccea8c5e7..9df7447c9 100644
--- a/toolchain/Config.in
+++ b/toolchain/Config.in
@@ -1,8 +1,7 @@
menu "Toolchain"
choice
prompt "Toolchain type"
- default BR2_TOOLCHAIN_BUILDROOT if !BR2_avr32
- default BR2_TOOLCHAIN_EXTERNAL_SOURCE if BR2_avr32
+ default BR2_TOOLCHAIN_BUILDROOT
help
Select whether to use the toolchain provided by buildroot
or an external toolchain.
@@ -12,8 +11,7 @@ choice
config BR2_TOOLCHAIN_BUILDROOT
bool "Buildroot toolchain"
- depends on !BR2_avr32
-
+
config BR2_TOOLCHAIN_EXTERNAL
bool "External binary toolchain"