projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0cdcf4
)
toolchain: mark gcc 4.9 as broken, it miscompiles some code especially on ARM
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 21 Jun 2015 17:52:00 +0000
(17:52 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 21 Jun 2015 17:52:00 +0000
(17:52 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46089
toolchain/gcc/Config.in
patch
|
blob
|
history
diff --git
a/toolchain/gcc/Config.in
b/toolchain/gcc/Config.in
index 274b97c9b8ca0732df9e85aa5eefd9da8163767d..5cb4d23e169f4265541561364fe034c6e41297c9 100644
(file)
--- 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