|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.248, 2004/02/09 06:35:18 | version 1.249, 2004/02/15 19:52:27 | ||
|---|---|---|---|
|
|
||
| CPPPICFLAGS?= -DPIC | CPPPICFLAGS?= -DPIC | ||
| CAPICFLAGS?= ${CPPPICFLAGS} ${CPICFLAGS} | CAPICFLAGS?= ${CPPPICFLAGS} ${CPICFLAGS} | ||
| APICFLAGS?= -k | APICFLAGS?= -k | ||
| # XXX libraries often need the millicode functions in libgcc.a, | |||
| # so we have to work around the -nostdlib: | |||
| LDADD+= -L${_GCC_LIBGCCDIR} -lgcc_pic | |||
| .elif ${MACHINE_ARCH} == "ns32k" | .elif ${MACHINE_ARCH} == "ns32k" | ||