motorola docs from nate
[openwrt-10.03/.git] / toolchain / Config.in
index bbde429e97d8160e9d98356d0ca4c924a5320e6e..7ceb7942eb84c5e40402df26852615fd2bb86e01 100644 (file)
@@ -7,7 +7,6 @@ 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"
@@ -21,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
 
@@ -39,7 +38,7 @@ config BR2_SOFT_FLOAT
 
 config BR2_TARGET_OPTIMIZATION
        string "Target Optimizations"
-       default "-Os -pipe"
+       default "-Os -pipe -mips2"
        help
          Optimizations to use when building for the target host.