diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-12-28 20:22:06 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-12-28 20:22:06 +0000 |
commit | ff57652cf6b0f7a2f7e6f99a3293fbac1d0b6c5d (patch) | |
tree | 5d4c16b0de2ef2032df96e3b4d1ce8afd7c179d1 /toolchain | |
parent | 264c4b2031d29db0ed1a449e6f932e7534bb2df2 (diff) |
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')
-rw-r--r-- | toolchain/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in index eae12d95b..64e4372b1 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. |