aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-06-21 17:52:00 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-06-21 17:52:00 +0000
commitc0c846f80fd4f86984a8c5764d839961d7553aba (patch)
tree23fe2f841ecf6dfc136230e4d23ea0b6f93cfea4 /toolchain
parent71bc9bd7d481f39d28e5d7f13e8f797508958161 (diff)
downloadmaster-187ad058-c0c846f80fd4f86984a8c5764d839961d7553aba.tar.gz
master-187ad058-c0c846f80fd4f86984a8c5764d839961d7553aba.tar.bz2
master-187ad058-c0c846f80fd4f86984a8c5764d839961d7553aba.zip
toolchain: mark gcc 4.9 as broken, it miscompiles some code especially on ARM
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46089 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gcc/Config.in1
1 files changed, 1 insertions, 0 deletions
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