projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
only support EABI on ARM targets
[openwrt.git]
/
package
/
madwifi
/
Makefile
diff --git
a/package/madwifi/Makefile
b/package/madwifi/Makefile
index
5b0342a
..
6350a18
100644
(file)
--- 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:=i386-elf
endif
ifeq ($(BOARD),ixp4xx)
- HAL_TARGET:=xscale-be-elf
$(if $(CONFIG_EABI_SUPPORT),gnueabi)
+ HAL_TARGET:=xscale-be-elf
gnueabi
endif
ifeq ($(BOARD),iop32x)
endif
ifeq ($(BOARD),iop32x)
- HAL_TARGET:=xscale-le-elf
$(if $(CONFIG_EABI_SUPPORT),gnueabi)
+ HAL_TARGET:=xscale-le-elf
gnueabi
endif
ifeq ($(BOARD),kirkwood)
endif
ifeq ($(BOARD),kirkwood)
- HAL_TARGET:=xscale-le-elf
$(if $(CONFIG_EABI_SUPPORT),gnueabi)
+ HAL_TARGET:=xscale-le-elf
gnueabi
endif
ifeq ($(BOARD),orion)
endif
ifeq ($(BOARD),orion)
- HAL_TARGET:=xscale-le-elf
$(if $(CONFIG_EABI_SUPPORT),gnueabi)
+ HAL_TARGET:=xscale-le-elf
gnueabi
endif
ifeq ($(BOARD),cns3xxx)
endif
ifeq ($(BOARD),cns3xxx)
- HAL_TARGET:=arm11-le-elf
$(if $(CONFIG_EABI_SUPPORT),gnueabi)
+ HAL_TARGET:=arm11-le-elf
gnueabi
endif
ifeq ($(ARCH),powerpc)
HAL_TARGET:=powerpc-be-elf
endif
ifeq ($(BOARD),gemini)
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-elf
gnueabi
endif
ifneq ($(CONFIG_TARGET_atheros),)
HAL_TARGET:=wisoc
endif
ifneq ($(CONFIG_TARGET_atheros),)
HAL_TARGET:=wisoc
This page took
0.030384 seconds
and
4
git commands to generate.