madwifi: fix cflags for generic mips hal
SVN-Revision: 11319
This commit is contained in:
parent
193949d2c6
commit
40720b6d20
1 changed files with 1 additions and 0 deletions
|
@ -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,' \
|
||||
|
|
Loading…
Reference in a new issue