From c5b1e5ded29e0054b02fc8cfb6617a07b7fd90f5 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Mon, 7 Mar 2011 12:59:19 +0000 Subject: only support EABI on ARM targets git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25928 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/madwifi/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'package/madwifi/Makefile') diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile index 5b0342a53b..6350a18052 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 -- cgit v1.2.3