toolchain/gcc: FINEGRAINEDMTUNE: remove checks for unused/outdated versions
authorPeter Korsgaard <jacmet@sunsite.dk>
Wed, 27 Apr 2011 20:13:48 +0000 (22:13 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 27 Apr 2011 20:13:48 +0000 (22:13 +0200)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
toolchain/gcc/Config.in

index 31f715070e702b6146a90e955bd740cf53464947..17b21b8ce3ee692c2e63f2a250add4f0e9552ad0 100644 (file)
@@ -41,7 +41,7 @@ endchoice
 
 config BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE
        bool
-       default y if !BR2_GCC_VERSION_4_2_1 && !BR2_GCC_VERSION_4_2_2 && !BR2_GCC_VERSION_4_2_3 && !BR2_GCC_VERSION_4_2_4 && !BR2_GCC_VERSION_4_2_2_AVR32_2_1_5
+       default y if !BR2_GCC_VERSION_4_2_4 && !BR2_GCC_VERSION_4_2_2_AVR32_2_1_5
 
 config BR2_GCC_SNAP_DATE
        string "GCC snapshot date"