diff options
| author | Imre Kaloz <kaloz@openwrt.org> | 2006-04-17 18:03:53 +0000 |
|---|---|---|
| committer | Imre Kaloz <kaloz@openwrt.org> | 2006-04-17 18:03:53 +0000 |
| commit | b2f8def158d770a28c6727e4a883016df31cae75 (patch) | |
| tree | 1d0f2bf282be39c5dea27c9b86384b25ba26bd90 /openwrt/target/linux/package/madwifi/patches/100-kernel_cflags.patch | |
| parent | f15a435efaa74ff928bf58f45d5c38acdbf56cc9 (diff) | |
| download | mtk-20170518-b2f8def158d770a28c6727e4a883016df31cae75.zip mtk-20170518-b2f8def158d770a28c6727e4a883016df31cae75.tar.gz mtk-20170518-b2f8def158d770a28c6727e4a883016df31cae75.tar.bz2 | |
XScale support (Gateway 7001), take two
SVN-Revision: 3665
Diffstat (limited to 'openwrt/target/linux/package/madwifi/patches/100-kernel_cflags.patch')
| -rw-r--r-- | openwrt/target/linux/package/madwifi/patches/100-kernel_cflags.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/openwrt/target/linux/package/madwifi/patches/100-kernel_cflags.patch b/openwrt/target/linux/package/madwifi/patches/100-kernel_cflags.patch index 39aac76..b67183c 100644 --- a/openwrt/target/linux/package/madwifi/patches/100-kernel_cflags.patch +++ b/openwrt/target/linux/package/madwifi/patches/100-kernel_cflags.patch @@ -30,3 +30,14 @@ diff -ru madwifi-ng-r1486-20060329/hal/public/mips-le-elf.inc madwifi-ng-r1486-2 -COPTS+= -G 0 -EL -mno-abicalls -fno-pic -Wa,--trap \ +COPTS+= -G 0 -EL -mno-abicalls -fno-pic -Wa,--trap -mips32 \ -fno-strict-aliasing -fno-common -fomit-frame-pointer -mlong-calls +diff -ur madwifi-ng-r1486-20060329/hal/public/xscale-be-elf.inc madwifi-ng-r1486-20060329-patch/hal/public/xscale-be-elf.inc +--- madwifi-ng-r1486-20060329/hal/public/xscale-be-elf.inc 2006-02-11 13:04:39.000000000 +0100 ++++ madwifi-ng-r1486-20060329-patch/hal/public/xscale-be-elf.inc 2006-04-16 15:07:59.000000000 +0200 +@@ -72,5 +72,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 \ +- -mtune=xscale -mshort-load-bytes -msoft-float -mfp=2 ++COPTS+= -mcpu=xscale -mbig-endian -fno-strict-aliasing -fno-common \ ++ -msoft-float -mfp=2 |
