summaryrefslogtreecommitdiff
path: root/packages/madwifi/files/10-xscale-le-elf-copts.patch
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@yahoo.com>2006-08-12 16:33:26 +0000
committerFrans Meulenbroeks <fransmeulenbroeks@yahoo.com>2006-08-12 16:33:26 +0000
commitb348d71be248a6c92fbeaae30dddcba303221444 (patch)
treeaa841a6ee8870e064937d0c0647d94017609ca1b /packages/madwifi/files/10-xscale-le-elf-copts.patch
parent882ac39db1a56db202a8ab964e4b3f264b8bf2de (diff)
madwifi: removed -mapcs-32 and -malignment-traps from patches.
these are not supported for gcc4 and after discussion in #oe it was considered safe to remove them as even on gcc3 they apparently do not have any effect above arm7
Diffstat (limited to 'packages/madwifi/files/10-xscale-le-elf-copts.patch')
-rw-r--r--packages/madwifi/files/10-xscale-le-elf-copts.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/madwifi/files/10-xscale-le-elf-copts.patch b/packages/madwifi/files/10-xscale-le-elf-copts.patch
index 393167c165..7ab46e16b3 100644
--- a/packages/madwifi/files/10-xscale-le-elf-copts.patch
+++ b/packages/madwifi/files/10-xscale-le-elf-copts.patch
@@ -1,8 +1,8 @@
--- madwifi-ng/hal/public/xscale-le-elf.inc~ 2006-04-12 06:09:56.669226672 +0930
+++ madwifi-ng/hal/public/xscale-le-elf.inc 2006-04-12 05:52:11.658132968 +0930
-@@ -74,4 +74,4 @@
+@@ -79,4 +79,4 @@
LDOPTS= -EL
- COPTS+= -DAH_BYTE_ORDER=AH_LITTLE_ENDIAN -DAH_REGOPS_FUNC
+ COPTS+= -DAH_BYTE_ORDER=AH_LITTLE_ENDIAN
COPTS+= -march=armv4 -mlittle-endian -fno-strict-aliasing -fno-common \
- -mapcs-32 -mtune=xscale -mshort-load-bytes -msoft-float -mfp=2
-+ -mapcs-32 -mtune=xscale -malignment-traps -msoft-float -mfp=2
++ -mtune=xscale -msoft-float -mfp=2