aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi
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
commita8d058988a7df6423254e43b63ea5b948aef9893 (patch)
tree7028d296d81cceb0e7b77c8058ba45c4b4b756b8 /package/madwifi
parentb0eea6985da5bb126590a475682ba4cfdfadf68a (diff)
downloadmaster-187ad058-a8d058988a7df6423254e43b63ea5b948aef9893.tar.gz
master-187ad058-a8d058988a7df6423254e43b63ea5b948aef9893.tar.bz2
master-187ad058-a8d058988a7df6423254e43b63ea5b948aef9893.zip
remove -mapcs-32 from madwifi xscale build
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4703 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi')
-rw-r--r--package/madwifi/patches/100-kernel_cflags.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/madwifi/patches/100-kernel_cflags.patch b/package/madwifi/patches/100-kernel_cflags.patch
index 93319f47af..d6320f59fe 100644
--- a/package/madwifi/patches/100-kernel_cflags.patch
+++ b/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