10 lines
344 B
Plaintext
10 lines
344 B
Plaintext
|
|
# The make check target uses this to check the compilation of the
|
|
# 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]
|
|
<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 -- -
|