make iTC_AUX_LIB_DIR overridable
Allow GCC variants to set the value themselves. Change-Id: I9799a284e37fa5f8a4b254888e5f6de5e0612587 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
235243a805
commit
bade45d374
|
@ -39,4 +39,4 @@ OC_ARCH ?= arc
|
|||
OC_TARGET ?= elf32-${OC_ARCH}
|
||||
|
||||
# path to the compiler auxiliary libraries
|
||||
iTC_AUX_LIB_DIR = $(wildcard $(iGCC_DIR)/lib/gcc/$(iGCC_TARGET)/$(vGCC_VER).*/em)
|
||||
iTC_AUX_LIB_DIR ?= $(wildcard $(iGCC_DIR)/lib/gcc/$(iGCC_TARGET)/$(vGCC_VER).*/em)
|
||||
|
|
|
@ -45,4 +45,4 @@ iGCC_LIB_ISA = $(strip \
|
|||
)
|
||||
|
||||
# path to the compiler auxiliary libraries
|
||||
iTC_AUX_LIB_DIR = $(wildcard $(iGCC_DIR)/lib/gcc/$(iGCC_TARGET)/$(vGCC_VER).*)/${iGCC_LIB_ISA}
|
||||
iTC_AUX_LIB_DIR ?= $(wildcard $(iGCC_DIR)/lib/gcc/$(iGCC_TARGET)/$(vGCC_VER).*)/${iGCC_LIB_ISA}
|
||||
|
|
|
@ -37,4 +37,4 @@ OC_ARCH ?= i386
|
|||
OC_TARGET ?= elf32-${OC_ARCH}
|
||||
|
||||
# path to the compiler auxiliary libraries
|
||||
iTC_AUX_LIB_DIR = $(wildcard $(iGCC_DIR)/lib/gcc/$(iGCC_TARGET)/$(vGCC_VER).*)
|
||||
iTC_AUX_LIB_DIR ?= $(wildcard $(iGCC_DIR)/lib/gcc/$(iGCC_TARGET)/$(vGCC_VER).*)
|
||||
|
|
Loading…
Reference in a new issue