diff options
author | Frans Meulenbroeks <fransmeulenbroeks@yahoo.com> | 2006-08-12 16:33:26 +0000 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@yahoo.com> | 2006-08-12 16:33:26 +0000 |
commit | b348d71be248a6c92fbeaae30dddcba303221444 (patch) | |
tree | aa841a6ee8870e064937d0c0647d94017609ca1b /packages/madwifi/files/10-xscale-be-elf-copts.patch | |
parent | 882ac39db1a56db202a8ab964e4b3f264b8bf2de (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-be-elf-copts.patch')
-rw-r--r-- | packages/madwifi/files/10-xscale-be-elf-copts.patch | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/packages/madwifi/files/10-xscale-be-elf-copts.patch b/packages/madwifi/files/10-xscale-be-elf-copts.patch index e3158c045c..84915e03e2 100644 --- a/packages/madwifi/files/10-xscale-be-elf-copts.patch +++ b/packages/madwifi/files/10-xscale-be-elf-copts.patch @@ -1,8 +1,10 @@ --- madwifi-ng/hal/public/xscale-be-elf.inc~ 2006-02-11 22:34:39.000000000 +1030 +++ madwifi-ng/hal/public/xscale-be-elf.inc 2006-04-12 06:10:47.736463272 +0930 -@@ -73,4 +73,4 @@ +@@ -77,5 +77,5 @@ + LDOPTS= -EB - COPTS+= -DAH_BYTE_ORDER=AH_BIG_ENDIAN -DAH_REGOPS_FUNC - COPTS+= -march=armv4 -mbig-endian -fno-strict-aliasing -fno-common -mapcs-32 \ + COPTS+= -DAH_BYTE_ORDER=AH_BIG_ENDIAN +-COPTS+= -march=armv4 -mbig-endian -fno-strict-aliasing -fno-common -mapcs-32 \ - -mtune=xscale -mshort-load-bytes -msoft-float -mfp=2 -+ -mtune=xscale -malignment-traps -msoft-float -mfp=2 ++COPTS+= -march=armv4 -mbig-endian -fno-strict-aliasing -fno-common \ ++ -mtune=xscale -msoft-float -mfp=2 |