From 9a547306e2da741103cdbd18ccf702140ba259e5 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Mon, 25 Jul 2005 10:32:22 +0000 Subject: [PATCH] add support for multiple target arch SVN-Revision: 1561 --- openwrt/toolchain/Config.in.devel | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.25.1