From e74cce036a7e9f8a08a020f1e007b22098db890d Mon Sep 17 00:00:00 2001 From: Jim Lawson Date: Tue, 12 May 2015 15:19:55 -0700 Subject: Use CHISEL_BIN, CX, generalize generated/targetDir, convert filter to python, cd into targetDir before launching simulator (via Driver). --- bin/flo2app.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/flo2app.sh') diff --git a/bin/flo2app.sh b/bin/flo2app.sh index 44326dd0..c13701ba 100755 --- a/bin/flo2app.sh +++ b/bin/flo2app.sh @@ -5,5 +5,5 @@ echo FLO-LLVM DONE echo FLO-LLVM DONE flo-llvm-release $1.flo --harness > $1-harness.cpp echo FLO-LLVM-RELEASE DONE -g++ -o $1 $1-harness.cpp $1.o +$CXX -o $1 $1-harness.cpp $1.o echo GPP DONE -- cgit v1.2.3