tell modula-2 compiler about the word-size!
This commit is contained in:
parent
d85e43545b
commit
d1e9f4e811
1 changed files with 3 additions and 1 deletions
|
@ -74,7 +74,9 @@ name m2
|
||||||
mapflag -M* M2_F={M2_F?} -M*
|
mapflag -M* M2_F={M2_F?} -M*
|
||||||
mapflag -x M2_F={M2_F?} -x
|
mapflag -x M2_F={M2_F?} -x
|
||||||
mapflag -V* M2_F={M2_F?} -V*
|
mapflag -V* M2_F={M2_F?} -V*
|
||||||
args {M2_INCL?} -I{EM}/lib/m2 {M2SYSLIB?} -Vi{w}.{w}p{p}.{w}l{l}.{w} {M2_ALIGN?} {M2_F?} < >
|
args {M2_INCL?} -I{EM}/lib/m2 {M2SYSLIB?} \
|
||||||
|
-Vw{w}.{w}i{w}.{w}p{p}.{w}l{l}.{w} \
|
||||||
|
{M2_ALIGN?} {M2_F?} < >
|
||||||
prep cond
|
prep cond
|
||||||
rts .mod
|
rts .mod
|
||||||
need .mod
|
need .mod
|
||||||
|
|
Loading…
Reference in a new issue