projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
971cd6f
)
madwifi: fix cflags for generic mips hal
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 1 Jun 2008 12:08:02 +0000
(12:08 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 1 Jun 2008 12:08:02 +0000
(12:08 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11319
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/madwifi/Makefile
patch
|
blob
|
history
diff --git
a/package/madwifi/Makefile
b/package/madwifi/Makefile
index
27c2952
..
496e5e6
100644
(file)
--- a/
package/madwifi/Makefile
+++ b/
package/madwifi/Makefile
@@
-166,6
+166,7
@@
ifneq ($(HALFILE),)
rm -rf $(PKG_BUILD_DIR)/tmp
# patch cflags
$(SED) 's, -E[LB],,' \
+ -e 's, -mips2,,' \
-e 's, -mapcs-32,,' \
$(PKG_BUILD_DIR)/hal/public/*.inc
$(SED) 's,march=armv4,march=armv5te,' \
This page took
0.022467 seconds
and
4
git commands to generate.