diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-09-05 12:21:07 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-09-05 12:21:07 +0000 |
commit | 6c252f4d26499a37cdc8901c64fe2f3a6447e0e4 (patch) | |
tree | a444bfc9fe18e4f284366c520768edbfb723f862 /openwrt/toolchain | |
parent | 977681a377b154c9f7b7fbb7b029d5ba5030d144 (diff) | |
download | mtk-20170518-6c252f4d26499a37cdc8901c64fe2f3a6447e0e4.zip mtk-20170518-6c252f4d26499a37cdc8901c64fe2f3a6447e0e4.tar.gz mtk-20170518-6c252f4d26499a37cdc8901c64fe2f3a6447e0e4.tar.bz2 |
remove -mcpu=405 for magicbox, because it enables soft-float, which makes binaries bigger and broken
SVN-Revision: 4756
Diffstat (limited to 'openwrt/toolchain')
-rw-r--r-- | openwrt/toolchain/Config.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openwrt/toolchain/Config.in b/openwrt/toolchain/Config.in index 32dc33e..b5258dd 100644 --- a/openwrt/toolchain/Config.in +++ b/openwrt/toolchain/Config.in @@ -54,7 +54,6 @@ config TARGET_OPTIMIZATION default "-Os -pipe -march=i486 -funit-at-a-time" if i386 default "-Os -pipe -mips32 -mtune=mips32 -funit-at-a-time" if mipsel || mips default "-Os -pipe -mcpu=xscale -funit-at-a-time" if armeb - default "-Os -pipe -funit-at-a-time -mcpu=405" if LINUX_2_6_MAGICBOX default "-Os -pipe -funit-at-a-time" help Optimizations to use when building for the target host. |