From 82572cf7677a78e48f719cf969fac725ca639bd2 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 14 Feb 2008 14:31:31 +0000 Subject: 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 --- toolchain/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolchain/Config.in') 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. -- cgit v1.2.3