mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
use the xscale hal by default for arm, override it where needed
SVN-Revision: 25929
This commit is contained in:
parent
b74308c433
commit
02dee9126e
@ -73,27 +73,24 @@ endif
|
||||
ifeq ($(ARCH),i686)
|
||||
HAL_TARGET:=i386-elf
|
||||
endif
|
||||
ifeq ($(BOARD),ixp4xx)
|
||||
ifeq ($(ARCH),armeb)
|
||||
HAL_TARGET:=xscale-be-elfgnueabi
|
||||
endif
|
||||
ifeq ($(BOARD),iop32x)
|
||||
HAL_TARGET:=xscale-le-elfgnueabi
|
||||
endif
|
||||
ifeq ($(BOARD),kirkwood)
|
||||
HAL_TARGET:=xscale-le-elfgnueabi
|
||||
endif
|
||||
ifeq ($(BOARD),orion)
|
||||
ifneq ($(ARCH),arm)
|
||||
HAL_TARGET:=xscale-le-elfgnueabi
|
||||
ifeq ($(BOARD),cns21xx)
|
||||
HAL_TARGET:=armv4-le-elfgnueabi
|
||||
endif
|
||||
ifeq ($(BOARD),cns3xxx)
|
||||
HAL_TARGET:=arm11-le-elfgnueabi
|
||||
endif
|
||||
ifeq ($(ARCH),powerpc)
|
||||
HAL_TARGET:=powerpc-be-elf
|
||||
endif
|
||||
ifeq ($(BOARD),gemini)
|
||||
HAL_TARGET:=armv4-le-elfgnueabi
|
||||
endif
|
||||
endif
|
||||
ifeq ($(ARCH),powerpc)
|
||||
HAL_TARGET:=powerpc-be-elf
|
||||
endif
|
||||
ifneq ($(CONFIG_TARGET_atheros),)
|
||||
HAL_TARGET:=wisoc
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user