projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c63c17
)
fix cflags for xscale (#2026)
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 11 Jul 2007 05:18:19 +0000
(
05:18
+0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 11 Jul 2007 05:18:19 +0000
(
05:18
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7910
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
toolchain/Config.in
patch
|
blob
|
history
diff --git
a/toolchain/Config.in
b/toolchain/Config.in
index
bdce62c
..
956c745
100644
(file)
--- a/
toolchain/Config.in
+++ b/
toolchain/Config.in
@@
-53,7
+53,7
@@
config TARGET_OPTIMIZATION
default "-O2 -pipe -march=i486 -funit-at-a-time" if LINUX_2_6_X86
default "-Os -pipe -march=i486 -funit-at-a-time" if LINUX_2_6_RDC
default "-Os -pipe -mips32 -mtune=mips32 -funit-at-a-time" if mipsel || mips
- default "-Os -pipe -m
cpu
=xscale -funit-at-a-time" if armeb
+ default "-Os -pipe -m
arch=armv5te -mtune
=xscale -funit-at-a-time" if armeb
default "-Os -pipe -funit-at-a-time"
help
Optimizations to use when building for the target host.
This page took
0.030023 seconds
and
4
git commands to generate.