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:
Anas Nashif 2015-04-15 17:51:47 -04:00
parent 235243a805
commit bade45d374
3 changed files with 3 additions and 3 deletions

View file

@ -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)

View file

@ -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}

View file

@ -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).*)