aboutsummaryrefslogtreecommitdiffstats
path: root/backends
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-09-12 12:11:11 -0700
committerEddie Hung <eddie@fpgeh.com>2019-09-12 12:11:11 -0700
commita1123b095c54adb3a700aa33f98edf1dcee12ac2 (patch)
treead9de94f70558d2f91115bf14c5215101ba11199 /backends
parentf3081c20e7a9ac9b69581396999633272096b1e8 (diff)
parent6044fff074f026676312f047cfd5a7c862ff987f (diff)
downloadyosys-a1123b095c54adb3a700aa33f98edf1dcee12ac2.tar.gz
yosys-a1123b095c54adb3a700aa33f98edf1dcee12ac2.tar.bz2
yosys-a1123b095c54adb3a700aa33f98edf1dcee12ac2.zip
Merge remote-tracking branch 'origin/master' into xc7dsp
Diffstat (limited to 'backends')
-rw-r--r--backends/smt2/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/smt2/Makefile.inc b/backends/smt2/Makefile.inc
index 92941d4cf..68394a909 100644
--- a/backends/smt2/Makefile.inc
+++ b/backends/smt2/Makefile.inc
@@ -16,7 +16,7 @@ yosys-smtbmc-script.py: backends/smt2/smtbmc.py
-e "s|#!/usr/bin/env python3|#!$(PYTHON)|" < $< > $@
yosys-smtbmc.exe: misc/launcher.c yosys-smtbmc-script.py
- $(P) gcc -DGUI=0 -O -s -o $@ $<
+ $(P) $(CXX) -DGUI=0 -O -s -o $@ $<
# Other targets
else
TARGETS += yosys-smtbmc