projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed user-space br2684ctl to be more verbose, also copy all the libatm dependencies.
[openwrt.git]
/
openwrt
/
toolchain
/
Config.in
diff --git
a/openwrt/toolchain/Config.in
b/openwrt/toolchain/Config.in
index
67a331f
..
080d877
100644
(file)
--- a/
openwrt/toolchain/Config.in
+++ b/
openwrt/toolchain/Config.in
@@
-24,5
+24,6
@@
config BR2_SOFT_FLOAT
config BR2_TARGET_OPTIMIZATION
string
config BR2_TARGET_OPTIMIZATION
string
- default "-Os -pipe -mips32 -mtune=mips32 -funit-at-a-time"
-
+ 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.022711 seconds
and
4
git commands to generate.