aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/Config.in
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2007-12-28 20:22:06 +0000
committerImre Kaloz <kaloz@openwrt.org>2007-12-28 20:22:06 +0000
commita63bc28b035f47f618511a93c36cb581f749e618 (patch)
tree5d4c16b0de2ef2032df96e3b4d1ce8afd7c179d1 /toolchain/Config.in
parentbf168bb6b5378261993680fa47aa8129c4cfb3d8 (diff)
downloadupstream-a63bc28b035f47f618511a93c36cb581f749e618.tar.gz
upstream-a63bc28b035f47f618511a93c36cb581f749e618.tar.bz2
upstream-a63bc28b035f47f618511a93c36cb581f749e618.zip
use softfloat and GNU EABI on the IOP, too
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10015 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 eae12d95b6..64e4372b11 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 -mabi=aapcs-linux -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 || arm
default "-Os -pipe -funit-at-a-time"
help
Optimizations to use when building for the target host.