summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard2009-10-29 15:44:52 +0100
committerPeter Korsgaard2009-10-29 15:44:52 +0100
commit1eb391c50011abbbf0a3b04ca1cd0db739bc2020 (patch)
tree0f105a989662978091796689a97fc760fe4e30bf /toolchain/gcc/Config.in
parenttoolchain/gcc: remove unused (commented out) 4.3 snapshot (diff)
downloadbuildroot-1eb391c50011abbbf0a3b04ca1cd0db739bc2020.tar.gz
buildroot-1eb391c50011abbbf0a3b04ca1cd0db739bc2020.tar.xz
buildroot-1eb391c50011abbbf0a3b04ca1cd0db739bc2020.zip
toolchain/gcc: simplify BR2_GCC_SUPPORTS_* logic
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r--toolchain/gcc/Config.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index dbc56459b..ba068c3e1 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -72,12 +72,10 @@ config BR2_GCC_IS_SNAP
config BR2_GCC_SUPPORTS_SYSROOT
bool
- default n if BR2_GCC_VERSION_3_4_6 || BR2_GCC_VERSION_4_0_4 || BR2_GCC_VERSION_4_1_2
default y if !BR2_GCC_VERSION_3_4_6 && !BR2_GCC_VERSION_4_0_4 && !BR2_GCC_VERSION_4_1_2
config BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE
bool
- default n if BR2_GCC_VERSION_3_4_6 || BR2_GCC_VERSION_4_0_4 || BR2_GCC_VERSION_4_1_2 || BR2_GCC_VERSION_4_2_1 || BR2_GCC_VERSION_4_2_2 || BR2_GCC_VERSION_4_2_3 || BR2_GCC_VERSION_4_2_4
default y if !BR2_GCC_VERSION_3_4_6 && !BR2_GCC_VERSION_4_0_4 && !BR2_GCC_VERSION_4_1_2 && !BR2_GCC_VERSION_4_2_1 && !BR2_GCC_VERSION_4_2_2 && !BR2_GCC_VERSION_4_2_3 && !BR2_GCC_VERSION_4_2_4
config BR2_GCC_SNAP_DATE