fiasco: fix SYSTEM_TARGET prefix in l4env config

The config file is interpreted in a bash script. So, SYSTEM_TARGET is a
bash variable, i.e., ${SYSTEM_TARGET}.

Fixes #946. Related to #490.
This commit is contained in:
Christian Helmuth 2013-11-15 16:11:19 +01:00
parent 909ab8dcd0
commit 347ff635b3
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@ BID_COLORED_PHASES=y
BIDc_USE_SPECIAL_CC=y
HOST_CC="gcc"
HOST_CXX="g++"
CC="$(SYSTEM_TARGET)gcc -m32"
CXX="$(SYSTEM_TARGET)g++ -m32"
CC="${SYSTEM_TARGET}gcc -m32"
CXX="${SYSTEM_TARGET}g++ -m32"
#
# Tools