X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/8ab7376abd988d44be3eb59dbfc8e45db139703d..5539fcf7b6b7571052851cba93bf6c22dcedc118:/openwrt/toolchain/Config.in diff --git a/openwrt/toolchain/Config.in b/openwrt/toolchain/Config.in index c90111c8d..5b3fe7012 100644 --- a/openwrt/toolchain/Config.in +++ b/openwrt/toolchain/Config.in @@ -20,7 +20,7 @@ config BR2_ENABLE_MULTILIB config BR2_LARGEFILE bool "Enable large file (files > 2 GB) support?" depends on !BR2_cris - default n + default y help Enable large file (files > 2 GB) support @@ -38,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.