diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2007-12-28 20:22:06 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2007-12-28 20:22:06 +0000 |
commit | 91c42459f5ef87731628fe1f57fca3d50ee6ab5e (patch) | |
tree | ecabdac429cffe5b8985e20c62c7abc2303231ec /toolchain | |
parent | 4ca15aebe07bba2ac33a1b50d7dd627894b6674d (diff) | |
download | upstream-91c42459f5ef87731628fe1f57fca3d50ee6ab5e.tar.gz upstream-91c42459f5ef87731628fe1f57fca3d50ee6ab5e.tar.bz2 upstream-91c42459f5ef87731628fe1f57fca3d50ee6ab5e.zip |
use softfloat and GNU EABI on the IOP, too
SVN-Revision: 10015
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 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. |