From 204821c56c9b54c9babc118cdfaed4d3e78857a7 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 14 Nov 2008 10:06:44 +0000 Subject: [PATCH] target/Config.in.toolchain: cleanup --- target/device/Config.in.toolchain | 32 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/target/device/Config.in.toolchain b/target/device/Config.in.toolchain index 8db60e94fa..2528ed88cb 100644 --- a/target/device/Config.in.toolchain +++ b/target/device/Config.in.toolchain @@ -156,35 +156,33 @@ endif config BR2_EXT_GCC_VERSION_4_1_2 bool - default y if !BR2_TOOLCHAIN_EXTERNAL_SOURCE - default n if BR2_TOOLCHAIN_EXTERNAL_SOURCE + default !BR2_TOOLCHAIN_EXTERNAL_SOURCE config BR2_EXT_GCC_VERSION_4_2_1 bool - default y if !BR2_TOOLCHAIN_EXTERNAL_SOURCE - default n if BR2_TOOLCHAIN_EXTERNAL_SOURCE + default !BR2_TOOLCHAIN_EXTERNAL_SOURCE config BR2_EXT_GCC_VERSION_4_2_2 bool - default y if !BR2_TOOLCHAIN_EXTERNAL_SOURCE - default n if BR2_TOOLCHAIN_EXTERNAL_SOURCE + default !BR2_TOOLCHAIN_EXTERNAL_SOURCE config BR2_EXT_GCC_VERSION_4_2_3 bool - default y if !BR2_TOOLCHAIN_EXTERNAL_SOURCE - default n if BR2_TOOLCHAIN_EXTERNAL_SOURCE + default !BR2_TOOLCHAIN_EXTERNAL_SOURCE config BR2_EXT_BINUTILS_VERSION_2_17 bool - default y if !BR2_TOOLCHAIN_EXTERNAL_SOURCE - default n if BR2_TOOLCHAIN_EXTERNAL_SOURCE - -config BR2_EXT_UCLIBC_VERSION_0_9_29 - bool - default y if !BR2_TOOLCHAIN_EXTERNAL_SOURCE - default n if BR2_TOOLCHAIN_EXTERNAL_SOURCE + default !BR2_TOOLCHAIN_EXTERNAL_SOURCE config BR2_EXT_UCLIBC_VERSION_0_9_28_3 bool - default y if !BR2_TOOLCHAIN_EXTERNAL_SOURCE - default n if BR2_TOOLCHAIN_EXTERNAL_SOURCE + default !BR2_TOOLCHAIN_EXTERNAL_SOURCE + +config BR2_EXT_UCLIBC_VERSION_0_9_29 + bool + default !BR2_TOOLCHAIN_EXTERNAL_SOURCE + +config BR2_EXT_UCLIBC_VERSION_0_9_30 + bool + default !BR2_TOOLCHAIN_EXTERNAL_SOURCE +