mirror of https://github.com/hak5/openwrt-owl.git
parent
700d906da5
commit
f7ad843fdc
|
@ -76,19 +76,19 @@ ifeq ($(ARCH),i686)
|
||||||
HAL_TARGET:=i386-elf
|
HAL_TARGET:=i386-elf
|
||||||
endif
|
endif
|
||||||
ifeq ($(BOARD),ixp4xx)
|
ifeq ($(BOARD),ixp4xx)
|
||||||
HAL_TARGET:=xscale-be-elf
|
HAL_TARGET:=xscale-be-elf$(if $(CONFIG_EABI_SUPPORT),gnueabi)
|
||||||
endif
|
endif
|
||||||
ifeq ($(BOARD),iop32x)
|
ifeq ($(BOARD),iop32x)
|
||||||
HAL_TARGET:=xscale-le-elf
|
HAL_TARGET:=xscale-le-elf$(if $(CONFIG_EABI_SUPPORT),gnueabi)
|
||||||
endif
|
endif
|
||||||
ifeq ($(BOARD),orion)
|
ifeq ($(BOARD),orion)
|
||||||
HAL_TARGET:=xscale-le-elf
|
HAL_TARGET:=xscale-le-elf$(if $(CONFIG_EABI_SUPPORT),gnueabi)
|
||||||
endif
|
endif
|
||||||
ifeq ($(ARCH),powerpc)
|
ifeq ($(ARCH),powerpc)
|
||||||
HAL_TARGET:=powerpc-be-elf
|
HAL_TARGET:=powerpc-be-elf
|
||||||
endif
|
endif
|
||||||
ifeq ($(BOARD),storm)
|
ifeq ($(BOARD),storm)
|
||||||
HAL_TARGET:=armv4-le-elf
|
HAL_TARGET:=armv4-le-elf$(if $(CONFIG_EABI_SUPPORT),gnueabi)
|
||||||
endif
|
endif
|
||||||
ifneq ($(CONFIG_TARGET_atheros),)
|
ifneq ($(CONFIG_TARGET_atheros),)
|
||||||
HAL_TARGET:=wisoc
|
HAL_TARGET:=wisoc
|
||||||
|
|
Loading…
Reference in New Issue