diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2007-12-28 20:13:15 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2007-12-28 20:13:15 +0000 |
commit | a9209c6d573162cd171942b841ae1555f6e74073 (patch) | |
tree | b9192c38a92a25302ef5df3df74966e2b9a7cddb /toolchain | |
parent | 585b460fd1f74be24a00bf11f75f74c31bed61e8 (diff) | |
download | upstream-a9209c6d573162cd171942b841ae1555f6e74073.tar.gz upstream-a9209c6d573162cd171942b841ae1555f6e74073.tar.bz2 upstream-a9209c6d573162cd171942b841ae1555f6e74073.zip |
move ARM to the GNU EABI
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10013 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 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. |