Add the -tpal target to use the pal.tgt module.
This commit is contained in:
parent
16c50ad810
commit
9fe0d9b120
|
|
@ -72,9 +72,13 @@
|
|||
|
||||
|
||||
# -- (not supported yet)
|
||||
# The <ivl> string for the vvm target is the ivl command that takes as
|
||||
# standard input the output from the preprocessor and writes the result
|
||||
# into a .cc file named after the output file.
|
||||
# This is the XNF code generator.
|
||||
|
||||
[-txnf]
|
||||
<ivl>%B/ivl %[s-s%s] %[N-N%N] %[T-T%T] -tvvm -Fsynth -Fsyn-rules -Fcprop -Fnodangle -o%o -- -
|
||||
|
||||
# --
|
||||
# This is the pal code generator. The target module requires the -fpart=<type>
|
||||
# flag to specify the part type.
|
||||
[-tpal]
|
||||
<ivl>%B/ivl %[s-s%s] %[N-N%N] %[T-T%T] -tdll -fDLL=%B/pal.tgt -Fsynth -Fsyn-rules -Fcprop -Fnodangle -o%o -- -
|
||||
|
|
|
|||
Loading…
Reference in New Issue