aboutsummaryrefslogtreecommitdiffstats
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
commit03d5cedd44b3d750ce1da656e206483ad2e019b8 (patch)
tree5c385132f38d198932f0fface10205c5a93de485 /toolchain/gcc/Config.in
parent7aa45daae1ec73c3048a68607a1cb2526eb6c480 (diff)
downloadmaster-187ad058-03d5cedd44b3d750ce1da656e206483ad2e019b8.tar.gz
master-187ad058-03d5cedd44b3d750ce1da656e206483ad2e019b8.tar.bz2
master-187ad058-03d5cedd44b3d750ce1da656e206483ad2e019b8.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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10458 3c298f89-4303-0410-b956-a3cf2f4a3e73
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