projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
build nfs and cifs modules in brcm-2.6, disable msdos fs
[openwrt.git]
/
openwrt
/
toolchain
/
Config.in
diff --git
a/openwrt/toolchain/Config.in
b/openwrt/toolchain/Config.in
index
756dedd
..
080d877
100644
(file)
--- a/
openwrt/toolchain/Config.in
+++ b/
openwrt/toolchain/Config.in
@@
-3,7
+3,6
@@
source "toolchain/uClibc/Config.in"
source "toolchain/binutils/Config.in"
source "toolchain/gcc/Config.in"
source "toolchain/uClibc/Config.in"
source "toolchain/binutils/Config.in"
source "toolchain/gcc/Config.in"
-source "toolchain/ccache/Config.in"
if CONFIG_DEVEL
comment "Common Toolchain Options"
if CONFIG_DEVEL
comment "Common Toolchain Options"
@@
-25,5
+24,6
@@
config BR2_SOFT_FLOAT
config BR2_TARGET_OPTIMIZATION
string
config BR2_TARGET_OPTIMIZATION
string
- default "-Os -pipe -mips32 -mtune=mips32"
-
+ default "-Os -pipe -march=i486 -funit-at-a-time" if BR2_i386
+ default "-Os -pipe -mips32 -mtune=mips32 -funit-at-a-time" if BR2_mipsel || BR2_mips
+ default "-Os -pipe -funit-at-a-time"
This page took
0.022084 seconds
and
4
git commands to generate.