summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-02-14 14:31:31 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-02-14 14:31:31 +0000
commit82572cf7677a78e48f719cf969fac725ca639bd2 (patch)
treecf4b86ddd7f32c1f891c0ef62b294649a74c5f24 /toolchain/gcc/Config.in
parentebf4eb11e9a15e1d76a373c453dfd8f2752a4bd6 (diff)
downloadmaster-31e0f0ae-82572cf7677a78e48f719cf969fac725ca639bd2.tar.gz
master-31e0f0ae-82572cf7677a78e48f719cf969fac725ca639bd2.tar.bz2
master-31e0f0ae-82572cf7677a78e48f719cf969fac725ca639bd2.zip
revert ARM to oabi by default, add some eabi patches for fixing up the toolchain, which unfortunately break eabi userland, but are IMHO a necessary basis for further eabi fixes
SVN-Revision: 10458
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r--toolchain/gcc/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index 01557138d5..13b5238bf7 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -34,6 +34,15 @@ choice
endchoice
+config EABI_SUPPORT
+ bool
+ depends arm||armeb
+ depends BROKEN
+ prompt "Enable EABI support" if TOOLCHAINOPTS
+ default n
+ help
+ Enable ARM EABI support
+
config EXTRA_GCC_CONFIG_OPTIONS
string
prompt "Additional gcc options" if TOOLCHAINOPTS