projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add linksys nvram fixup to S05nvram (fixes #32)
[openwrt.git]
/
openwrt
/
toolchain
/
Config.in
diff --git
a/openwrt/toolchain/Config.in
b/openwrt/toolchain/Config.in
index
756dedd
..
67a331f
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,5
@@
config BR2_SOFT_FLOAT
config BR2_TARGET_OPTIMIZATION
string
config BR2_TARGET_OPTIMIZATION
string
- default "-Os -pipe -mips32 -mtune=mips32"
+ default "-Os -pipe -mips32 -mtune=mips32
-funit-at-a-time
"
This page took
0.019486 seconds
and
4
git commands to generate.