use the xscale hal by default for arm, override it where needed
SVN-Revision: 25929
This commit is contained in:
parent
b74308c433
commit
02dee9126e
1 changed files with 11 additions and 14 deletions
|
@ -73,27 +73,24 @@ endif
|
||||||
ifeq ($(ARCH),i686)
|
ifeq ($(ARCH),i686)
|
||||||
HAL_TARGET:=i386-elf
|
HAL_TARGET:=i386-elf
|
||||||
endif
|
endif
|
||||||
ifeq ($(BOARD),ixp4xx)
|
ifeq ($(ARCH),armeb)
|
||||||
HAL_TARGET:=xscale-be-elfgnueabi
|
HAL_TARGET:=xscale-be-elfgnueabi
|
||||||
endif
|
endif
|
||||||
ifeq ($(BOARD),iop32x)
|
ifneq ($(ARCH),arm)
|
||||||
HAL_TARGET:=xscale-le-elfgnueabi
|
HAL_TARGET:=xscale-le-elfgnueabi
|
||||||
endif
|
ifeq ($(BOARD),cns21xx)
|
||||||
ifeq ($(BOARD),kirkwood)
|
HAL_TARGET:=armv4-le-elfgnueabi
|
||||||
HAL_TARGET:=xscale-le-elfgnueabi
|
endif
|
||||||
endif
|
ifeq ($(BOARD),cns3xxx)
|
||||||
ifeq ($(BOARD),orion)
|
HAL_TARGET:=arm11-le-elfgnueabi
|
||||||
HAL_TARGET:=xscale-le-elfgnueabi
|
endif
|
||||||
endif
|
ifeq ($(BOARD),gemini)
|
||||||
ifeq ($(BOARD),cns3xxx)
|
HAL_TARGET:=armv4-le-elfgnueabi
|
||||||
HAL_TARGET:=arm11-le-elfgnueabi
|
endif
|
||||||
endif
|
endif
|
||||||
ifeq ($(ARCH),powerpc)
|
ifeq ($(ARCH),powerpc)
|
||||||
HAL_TARGET:=powerpc-be-elf
|
HAL_TARGET:=powerpc-be-elf
|
||||||
endif
|
endif
|
||||||
ifeq ($(BOARD),gemini)
|
|
||||||
HAL_TARGET:=armv4-le-elfgnueabi
|
|
||||||
endif
|
|
||||||
ifneq ($(CONFIG_TARGET_atheros),)
|
ifneq ($(CONFIG_TARGET_atheros),)
|
||||||
HAL_TARGET:=wisoc
|
HAL_TARGET:=wisoc
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue