mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-27 11:49:02 +00:00
tests: replace CC and gcc with CXX and g++
This commit is contained in:
parent
c2291c10a6
commit
bc24947a84
3 changed files with 5 additions and 5 deletions
|
@ -26,7 +26,7 @@ xfirrtl="../xfirrtl"
|
|||
abcprog="$toolsdir/../../yosys-abc"
|
||||
|
||||
if [ ! -f "$toolsdir/cmp_tbdata" -o "$toolsdir/cmp_tbdata.c" -nt "$toolsdir/cmp_tbdata" ]; then
|
||||
( set -ex; ${CC:-gcc} -Wall -o "$toolsdir/cmp_tbdata" "$toolsdir/cmp_tbdata.c"; ) || exit 1
|
||||
( set -ex; ${CXX:-g++} -Wall -o "$toolsdir/cmp_tbdata" "$toolsdir/cmp_tbdata.c"; ) || exit 1
|
||||
fi
|
||||
|
||||
while getopts xmGl:wkjvref:s:p:n:S:I:A:-: opt; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue