projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
move passwd from dropbear package to target_skeleton
[openwrt.git]
/
openwrt
/
toolchain
/
Config.in
diff --git
a/openwrt/toolchain/Config.in
b/openwrt/toolchain/Config.in
index
bbde429
..
5b3fe70
100644
(file)
--- a/
openwrt/toolchain/Config.in
+++ b/
openwrt/toolchain/Config.in
@@
-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/binutils/Config.in"
source "toolchain/gcc/Config.in"
source "toolchain/ccache/Config.in"
-source "toolchain/gdb/Config.in"
comment "Common Toolchain Options"
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
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
help
Enable large file (files > 2 GB) support
@@
-39,7
+38,7
@@
config BR2_SOFT_FLOAT
config BR2_TARGET_OPTIMIZATION
string "Target Optimizations"
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.
help
Optimizations to use when building for the target host.
This page took
0.020158 seconds
and
4
git commands to generate.