From 1d161fb4375d90718292602f401d48991cc5686c Mon Sep 17 00:00:00 2001 From: John Voltz Date: Thu, 6 Mar 2008 18:52:01 +0000 Subject: toolchain updates --- toolchain/Config.in | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'toolchain/Config.in') 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" -- cgit v1.2.3