projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
disable EABI for gemini and storm -- our toolchain can't support EABI on plain armv4...
[openwrt.git]
/
toolchain
/
gcc
/
Config.in
diff --git
a/toolchain/gcc/Config.in
b/toolchain/gcc/Config.in
index
458c5b2
..
b5642ec
100644
(file)
--- a/
toolchain/gcc/Config.in
+++ b/
toolchain/gcc/Config.in
@@
-35,6
+35,7
@@
config EABI_SUPPORT
bool
depends arm||armeb
prompt "Enable EABI support" if TOOLCHAINOPTS
+ default n if (TARGET_gemini || TARGET_storm)
default y
help
Enable ARM EABI support
This page took
0.01814 seconds
and
4
git commands to generate.