summaryrefslogtreecommitdiff
path: root/openwrt
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-08-30 02:58:26 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-08-30 02:58:26 +0000
commit1a8372bbd4d65dc51468af797948866799d19b57 (patch)
tree248135ffa4f66a5013f4ce780df58fb4b2529304 /openwrt
parenta40f9da6ac43c5897668c8fd488480d031d209f4 (diff)
downloadmtk-20170518-1a8372bbd4d65dc51468af797948866799d19b57.zip
mtk-20170518-1a8372bbd4d65dc51468af797948866799d19b57.tar.gz
mtk-20170518-1a8372bbd4d65dc51468af797948866799d19b57.tar.bz2
remove -mapcs-32 from madwifi xscale build
SVN-Revision: 4703
Diffstat (limited to 'openwrt')
-rw-r--r--openwrt/package/madwifi/patches/100-kernel_cflags.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/madwifi/patches/100-kernel_cflags.patch b/openwrt/package/madwifi/patches/100-kernel_cflags.patch
index 93319f4..d6320f5 100644
--- a/openwrt/package/madwifi/patches/100-kernel_cflags.patch
+++ b/openwrt/package/madwifi/patches/100-kernel_cflags.patch
@@ -26,7 +26,7 @@ diff -ur madwifi.old/hal/public/xscale-be-elf.inc madwifi.dev/hal/public/xscale-
LDOPTS= -EB
COPTS+= -DAH_BYTE_ORDER=AH_BIG_ENDIAN
-COPTS+= -march=armv4 -mbig-endian -fno-strict-aliasing -fno-common -mapcs-32 \
-+COPTS+= -march=armv5te -mcpu=xscale -mbig-endian -fno-strict-aliasing -fno-common -mapcs-32 \
++COPTS+= -march=armv5te -mcpu=xscale -mbig-endian -fno-strict-aliasing -fno-common \
-mtune=xscale -mshort-load-bytes -msoft-float -mfp=2
diff -ur madwifi.old/Makefile madwifi.dev/Makefile
--- madwifi.old/Makefile 2006-07-14 07:15:56.000000000 +0200