From bfd4c1c17ebe82cb5f3d32a9e36e17a0383da567 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Fri, 9 Feb 2007 14:15:06 +0000 Subject: [PATCH] fix :) --- ir/be/test/makereport.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ir/be/test/makereport.sh b/ir/be/test/makereport.sh index 67f300ab3..c34d25e53 100755 --- a/ir/be/test/makereport.sh +++ b/ir/be/test/makereport.sh @@ -49,9 +49,9 @@ for file in $curdir/$CFILES; do echo "Building $name" echo "Results for $name" > $res echo "*** ECC/FIRM Compile" >> $res - CMD="ulimit -t${TIMEOUT_COMPILE} ; ${ECC_BIN} ${ECC_CFLAGS} $file" + CMD="ulimit -t${TIMEOUT_COMPILE} ; ${ECC} ${ECC_CFLAGS} $file" echo "$CMD" >> $res - /bin/bash -c "ulimit -t${TIMEOUT_COMPILE} ; ${ECC_BIN} ${ECC_CFLAGS} $file" >> $res 2>&1 || COMPILE_RES="failed" + /bin/bash -c "ulimit -t${TIMEOUT_COMPILE} ; ${ECC} ${ECC_CFLAGS} $file" >> $res 2>&1 || COMPILE_RES="failed" if [ ${COMPILE_RES} == "ok" ]; then LINK_RES="ok" -- 2.20.1