toolchain: mark gcc 4.9 as broken, it miscompiles some code especially on ARM
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 21 Jun 2015 17:52:00 +0000 (17:52 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 21 Jun 2015 17:52:00 +0000 (17:52 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46089 3c298f89-4303-0410-b956-a3cf2f4a3e73

toolchain/gcc/Config.in

index 274b97c..5cb4d23 100644 (file)
@@ -18,6 +18,7 @@ choice
        config GCC_USE_VERSION_4_9_LINARO
                select GCC_VERSION_4_9_LINARO
                bool "gcc 4.9.x with Linaro enhancements"
+               depends on BROKEN
 
 endchoice