summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc
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
commit3a237d638e3be6b5614ca2a9f713c6b2fc247070 (patch)
treef8260facb5a3b5e0a127ab9686b9d956025ceddd /toolchain/gcc
parentb0cdcf4e93ad8099a40bf2bb69fcce960df0b6f4 (diff)
downloadmaster-31e0f0ae-3a237d638e3be6b5614ca2a9f713c6b2fc247070.tar.gz
master-31e0f0ae-3a237d638e3be6b5614ca2a9f713c6b2fc247070.tar.bz2
master-31e0f0ae-3a237d638e3be6b5614ca2a9f713c6b2fc247070.zip
toolchain: mark gcc 4.9 as broken, it miscompiles some code especially on ARM
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46089
Diffstat (limited to 'toolchain/gcc')
-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