summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2007-12-28 20:13:15 +0000
committerImre Kaloz <kaloz@openwrt.org>2007-12-28 20:13:15 +0000
commit9aa6d18e2dc6368bcf1467226792f4081ed3bda1 (patch)
tree9482d80d4df14417e1f6e4f9a54219fdc49bc4b7 /toolchain
parent3ce3b165748b6dda98ab8452335d1f7f6fd60824 (diff)
downloadmaster-31e0f0ae-9aa6d18e2dc6368bcf1467226792f4081ed3bda1.tar.gz
master-31e0f0ae-9aa6d18e2dc6368bcf1467226792f4081ed3bda1.tar.bz2
master-31e0f0ae-9aa6d18e2dc6368bcf1467226792f4081ed3bda1.zip
move ARM to the GNU EABI
SVN-Revision: 10013
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in
index 357b8185f1..eae12d95b6 100644
--- a/toolchain/Config.in
+++ b/toolchain/Config.in
@@ -54,7 +54,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 -march=armv5te -mtune=xscale -funit-at-a-time" if armeb
+ default "-Os -pipe -mabi=aapcs-linux -march=armv5te -mtune=xscale -funit-at-a-time" if armeb
default "-Os -pipe -funit-at-a-time"
help
Optimizations to use when building for the target host.