summaryrefslogtreecommitdiffstats
path: root/toolchain/Config.in
diff options
context:
space:
mode:
authorJohn Voltz <john.voltz@gmail.com>2008-03-06 18:52:01 +0000
committerJohn Voltz <john.voltz@gmail.com>2008-03-06 18:52:01 +0000
commit1d161fb4375d90718292602f401d48991cc5686c (patch)
treea04e8f228778f3576ff155298e211a1064532a13 /toolchain/Config.in
parent3ab16b1fd65533d032008d409e0026fe2be43182 (diff)
downloadbuildroot-novena-1d161fb4375d90718292602f401d48991cc5686c.tar.gz
buildroot-novena-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"