From: Nicolas Thill Date: Mon, 25 Jul 2005 10:32:22 +0000 (+0000) Subject: add support for multiple target arch X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=026c975e82e0ee9d039857d4f2e8c4de77edaf33;p=15.05%2Fopenwrt.git add support for multiple target arch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1561 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/toolchain/Config.in.devel b/openwrt/toolchain/Config.in.devel index 48fe1465df..c7ad48f7e4 100644 --- a/openwrt/toolchain/Config.in.devel +++ b/openwrt/toolchain/Config.in.devel @@ -37,7 +37,8 @@ config BR2_SOFT_FLOAT config BR2_TARGET_OPTIMIZATION string "Target Optimizations" - default "-Os -pipe -mips32 -mtune=mips32" + default "-Os -pipe -march=i486" if BR2_i386 + default "-Os -pipe -mips32 -mtune=mips32" if BR2_mipsel help Optimizations to use when building for the target host.