mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
madwifi: fix cflags for generic mips hal
SVN-Revision: 11319
This commit is contained in:
parent
193949d2c6
commit
40720b6d20
@ -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 New Issue
Block a user