toolchain/gcc: simplify BR2_GCC_SUPPORTS_* logic
authorPeter Korsgaard <jacmet@sunsite.dk>
Thu, 29 Oct 2009 14:44:52 +0000 (15:44 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 29 Oct 2009 14:44:52 +0000 (15:44 +0100)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
toolchain/gcc/Config.in

index dbc56459bd1fd2e4b6a9643cd51565524cfe4c08..ba068c3e1bf0da3839ec9d19a5f07a2127e5b7c5 100644 (file)
@@ -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