summaryrefslogtreecommitdiff
path: root/bin/flo2app.sh
diff options
context:
space:
mode:
authorJim Lawson2015-05-12 15:19:55 -0700
committerJim Lawson2015-07-24 15:50:53 -0700
commite74cce036a7e9f8a08a020f1e007b22098db890d (patch)
treef15f841da5deb4ba6cbbad581ae7db35a809d461 /bin/flo2app.sh
parent2ae50411cbc5e2cd5fdc9ca4069b9c5f64919bc4 (diff)
Use CHISEL_BIN, CX, generalize generated/targetDir, convert filter to python, cd into targetDir before launching simulator (via Driver).
Diffstat (limited to 'bin/flo2app.sh')
-rwxr-xr-xbin/flo2app.sh2
1 files changed, 1 insertions, 1 deletions
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