| version 1.173, 2000/07/14 19:53:04 |
version 1.174, 2000/07/17 16:49:30 |
| Line 123 CPPPICFLAGS?= -DPIC |
|
| Line 123 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) |