|
@@ -156,35 +156,33 @@ endif
|
|
|
|
|
|
config BR2_EXT_GCC_VERSION_4_1_2
|
|
config BR2_EXT_GCC_VERSION_4_1_2
|
|
bool
|
|
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
|
|
config BR2_EXT_GCC_VERSION_4_2_1
|
|
bool
|
|
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
|
|
config BR2_EXT_GCC_VERSION_4_2_2
|
|
bool
|
|
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
|
|
config BR2_EXT_GCC_VERSION_4_2_3
|
|
bool
|
|
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
|
|
config BR2_EXT_BINUTILS_VERSION_2_17
|
|
bool
|
|
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 !BR2_TOOLCHAIN_EXTERNAL_SOURCE
|
|
|
|
|
|
config BR2_EXT_UCLIBC_VERSION_0_9_29
|
|
config BR2_EXT_UCLIBC_VERSION_0_9_29
|
|
bool
|
|
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
|
|
|
|
|
|
+config BR2_EXT_UCLIBC_VERSION_0_9_30
|
|
bool
|
|
bool
|
|
- default y if !BR2_TOOLCHAIN_EXTERNAL_SOURCE
|
|
|
|
- default n if BR2_TOOLCHAIN_EXTERNAL_SOURCE
|
|
|
|
|
|
+ default !BR2_TOOLCHAIN_EXTERNAL_SOURCE
|
|
|
|
+
|