madwifi: fix cflags for generic mips hal
[openwrt.git] / package / madwifi / Makefile
index 27c2952..496e5e6 100644 (file)
@@ -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.048154 seconds and 4 git commands to generate.