| version 1.203, 2002/05/07 02:06:32 |
version 1.204, 2002/07/01 19:29:31 |
| Line 124 CPPPICFLAGS?= -DPIC -DBIGPIC |
|
| Line 124 CPPPICFLAGS?= -DPIC -DBIGPIC |
|
| CAPICFLAGS?= ${CPPPICFLAGS} ${CPICFLAGS} |
CAPICFLAGS?= ${CPPPICFLAGS} ${CPICFLAGS} |
| APICFLAGS ?= -KPIC |
APICFLAGS ?= -KPIC |
| |
|
| |
.elif ${MACHINE_ARCH} == "hppa" |
| |
|
| |
FPICFLAGS ?= -fPIC |
| |
CPICFLAGS?= -fPIC -DPIC |
| |
CPPPICFLAGS?= -DPIC |
| |
CAPICFLAGS?= ${CPPPICFLAGS} ${CPICFLAGS} |
| |
APICFLAGS?= -k |
| |
# XXX libraries often need the millicode functions in libgcc.a, |
| |
# so we have to work around the -nostdlib: |
| |
LDADD+= `$(CC) -print-libgcc-file-name` |
| |
|
| .else |
.else |
| |
|
| # Platform-independent flags for NetBSD a.out shared libraries |
# Platform-independent flags for NetBSD a.out shared libraries |