summaryrefslogtreecommitdiff
path: root/package/madwifi
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2011-03-07 12:59:19 +0000
committerImre Kaloz <kaloz@openwrt.org>2011-03-07 12:59:19 +0000
commitb74308c4337b9309f2eb86ca54e6c10edebddc13 (patch)
treeb206df58e5ba505c00a6419d242b7c5d6402be83 /package/madwifi
parent9649777395e0c292fdf1e7b25d7615582d44cfa1 (diff)
downloadmtk-20170518-b74308c4337b9309f2eb86ca54e6c10edebddc13.zip
mtk-20170518-b74308c4337b9309f2eb86ca54e6c10edebddc13.tar.gz
mtk-20170518-b74308c4337b9309f2eb86ca54e6c10edebddc13.tar.bz2
only support EABI on ARM targets
SVN-Revision: 25928
Diffstat (limited to 'package/madwifi')
-rw-r--r--package/madwifi/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile
index 5b0342a..6350a18 100644
--- a/package/madwifi/Makefile
+++ b/package/madwifi/Makefile
@@ -74,25 +74,25 @@ ifeq ($(ARCH),i686)
HAL_TARGET:=i386-elf
endif
ifeq ($(BOARD),ixp4xx)
- HAL_TARGET:=xscale-be-elf$(if $(CONFIG_EABI_SUPPORT),gnueabi)
+ HAL_TARGET:=xscale-be-elfgnueabi
endif
ifeq ($(BOARD),iop32x)
- HAL_TARGET:=xscale-le-elf$(if $(CONFIG_EABI_SUPPORT),gnueabi)
+ HAL_TARGET:=xscale-le-elfgnueabi
endif
ifeq ($(BOARD),kirkwood)
- HAL_TARGET:=xscale-le-elf$(if $(CONFIG_EABI_SUPPORT),gnueabi)
+ HAL_TARGET:=xscale-le-elfgnueabi
endif
ifeq ($(BOARD),orion)
- HAL_TARGET:=xscale-le-elf$(if $(CONFIG_EABI_SUPPORT),gnueabi)
+ HAL_TARGET:=xscale-le-elfgnueabi
endif
ifeq ($(BOARD),cns3xxx)
- HAL_TARGET:=arm11-le-elf$(if $(CONFIG_EABI_SUPPORT),gnueabi)
+ HAL_TARGET:=arm11-le-elfgnueabi
endif
ifeq ($(ARCH),powerpc)
HAL_TARGET:=powerpc-be-elf
endif
ifeq ($(BOARD),gemini)
- HAL_TARGET:=armv4-le-elf$(if $(CONFIG_EABI_SUPPORT),gnueabi)
+ HAL_TARGET:=armv4-le-elfgnueabi
endif
ifneq ($(CONFIG_TARGET_atheros),)
HAL_TARGET:=wisoc