aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/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/Config.in
parent7aa45daae1ec73c3048a68607a1cb2526eb6c480 (diff)
downloadupstream-03d5cedd44b3d750ce1da656e206483ad2e019b8.tar.gz
upstream-03d5cedd44b3d750ce1da656e206483ad2e019b8.tar.bz2
upstream-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/Config.in')
-rw-r--r--toolchain/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in
index 7fa32566d6..192818f942 100644
--- a/toolchain/Config.in
+++ b/toolchain/Config.in
@@ -55,7 +55,7 @@ config TARGET_OPTIMIZATION
default "-O2 -pipe -march=i486 -funit-at-a-time" if TARGET_x86
default "-Os -pipe -march=i486 -funit-at-a-time" if TARGET_rdc
default "-Os -pipe -mips32 -mtune=mips32 -funit-at-a-time" if mipsel || mips
- default "-Os -pipe -mabi=aapcs-linux -march=armv5te -mtune=xscale -funit-at-a-time" if armeb || arm
+ default "-Os -pipe -march=armv5te -mtune=xscale -funit-at-a-time" if armeb || arm
default "-Os -pipe -funit-at-a-time"
help
Optimizations to use when building for the target host.