mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
fix madwifi hal target for mips*
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12435 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
89217cd88d
commit
cee791127b
@ -54,11 +54,20 @@ ifneq ($(CONFIG_TARGET_ar7)$(CONFIG_TARGET_uml),)
|
||||
BUS:=
|
||||
endif
|
||||
|
||||
ifeq ($(ARCH),mips)
|
||||
HAL_TARGET:=mips-be-elf
|
||||
endif
|
||||
ifeq ($(ARCH),mipsel)
|
||||
HAL_TARGET:=mips-le-elf
|
||||
ifneq ($(CONFIG_CPU_MIPS32_R2),)
|
||||
ifeq ($(ARCH),mips)
|
||||
HAL_TARGET:=mips32r2-be-elf
|
||||
endif
|
||||
ifeq ($(ARCH),mipsel)
|
||||
HAL_TARGET:=mips32r2-le-elf
|
||||
endif
|
||||
else
|
||||
ifeq ($(ARCH),mips)
|
||||
HAL_TARGET:=mips32-be-elf
|
||||
endif
|
||||
ifeq ($(ARCH),mipsel)
|
||||
HAL_TARGET:=mips32-le-elf
|
||||
endif
|
||||
endif
|
||||
ifeq ($(ARCH),i386)
|
||||
HAL_TARGET:=i386-elf
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user