X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/3d80c3754b3421428b47f89ce26f07adf10e7501..5539fcf7b6b7571052851cba93bf6c22dcedc118:/openwrt/toolchain/Config.in diff --git a/openwrt/toolchain/Config.in b/openwrt/toolchain/Config.in index 22a11e7d6..5b3fe7012 100644 --- a/openwrt/toolchain/Config.in +++ b/openwrt/toolchain/Config.in @@ -7,14 +7,13 @@ source "toolchain/uClibc/Config.in" source "toolchain/binutils/Config.in" source "toolchain/gcc/Config.in" source "toolchain/ccache/Config.in" -source "toolchain/gdb/Config.in" comment "Common Toolchain Options" config BR2_ENABLE_MULTILIB bool "Enable multilib support?" - default y + default n help If you want multilib enabled, enable this... @@ -39,7 +38,7 @@ config BR2_SOFT_FLOAT config BR2_TARGET_OPTIMIZATION string "Target Optimizations" - default "-Os -pipe" + default "-Os -pipe -mips32 -mtune=mips32" help Optimizations to use when building for the target host.