From: Felix Fietkau Date: Sun, 21 Jun 2015 17:52:00 +0000 (+0000) Subject: toolchain: mark gcc 4.9 as broken, it miscompiles some code especially on ARM X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=3a237d638e3be6b5614ca2a9f713c6b2fc247070;p=openwrt%2Fstaging%2Flynxis%2Fomap.git toolchain: mark gcc 4.9 as broken, it miscompiles some code especially on ARM Signed-off-by: Felix Fietkau SVN-Revision: 46089 --- diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 274b97c9b8..5cb4d23e16 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -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