aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-07-13 14:56:44 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-07-13 14:56:44 +0000
commit6ee8e07bea7d0b12528f315aefa51977ac57ca8c (patch)
tree09699b2e0e5baadaa49eaba9fb00fbe193d4e71f /package/madwifi
parent53a073cd3a2ede581ac42ab1386ac993e1292edb (diff)
downloadmaster-187ad058-6ee8e07bea7d0b12528f315aefa51977ac57ca8c.tar.gz
master-187ad058-6ee8e07bea7d0b12528f315aefa51977ac57ca8c.tar.bz2
master-187ad058-6ee8e07bea7d0b12528f315aefa51977ac57ca8c.zip
madwifi: remove the -mlong-calls cflag from include files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16830 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi')
-rw-r--r--package/madwifi/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile
index 5e6273ccae..250c6fd68d 100644
--- a/package/madwifi/Makefile
+++ b/package/madwifi/Makefile
@@ -228,6 +228,7 @@ define Build/Prepare
$(SED) 's, -E[LB],,' \
-e 's, -mips2,,' \
-e 's, -mapcs-32,,' \
+ -e 's, -mlong-calls,,' \
$(PKG_BUILD_DIR)/hal/public/*.inc
$(SED) 's,march=armv4,march=armv5te,' \
$(PKG_BUILD_DIR)/hal/public/xscale*.inc