Fix check.conf to match new driver.
This commit is contained in:
parent
07ece95383
commit
86e9489530
|
|
@ -2,8 +2,5 @@
|
||||||
# The make check target uses this to check the compilation of the
|
# The make check target uses this to check the compilation of the
|
||||||
# compiler.
|
# compiler.
|
||||||
|
|
||||||
[-tvvm-check]
|
|
||||||
<ivl>./ivl %W %[s-s%s] %[N-N%N] %[T-T%T] -tvvm -Fcprop -Fnodangle -fVPI_MODULE_PATH=vpi %f %m -o%o.cc -- -
|
|
||||||
|
|
||||||
[-tvvp-check]
|
[-tvvp-check]
|
||||||
<ivl>./ivl %W %[s-s%s] %[N-N%N] %[T-T%T] -tdll -fDLL=./tgt-vvp/vvp.tgt -Fcprop -Fnodangle -fVPI_MODULE_PATH=vpi %f %m -o%o -- -
|
<ivl>./ivl %[N-N%N] -C%C -tdll -fDLL=./tgt-vvp/vvp.tgt -Fcprop -Fnodangle -fVPI_MODULE_PATH=vpi %f %m -- -
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue