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_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
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.