| version 1.169.2.1, 2000/06/29 23:35:08 |
version 1.169.2.2, 2000/07/26 23:15:49 |
| Line 95 CPPPICFLAGS?= -DPIC |
|
| Line 95 CPPPICFLAGS?= -DPIC |
|
| CAPICFLAGS?= ${CPPPICFLAGS} ${CPICFLAGS} |
CAPICFLAGS?= ${CPPPICFLAGS} ${CPICFLAGS} |
| APICFLAGS ?= -KPIC |
APICFLAGS ?= -KPIC |
| |
|
| |
.elif ${MACHINE_ARCH} == "sparc64" && ${OBJECT_FMT} == "ELF" |
| |
|
| |
CPICFLAGS ?= -fPIC -DPIC |
| |
CPPPICFLAGS?= -DPIC |
| |
CAPICFLAGS?= ${CPPPICFLAGS} ${CPICFLAGS} |
| |
APICFLAGS ?= -KPIC |
| |
|
| .else |
.else |
| |
|
| # Platform-independent flags for NetBSD a.out shared libraries (and PowerPC) |
# Platform-independent flags for NetBSD a.out shared libraries (and PowerPC) |