Define PTRSIZE_64BIT for alpha and sparc64.

This commit is contained in:
mycroft 2000-07-23 22:44:07 +00:00
parent 98987090cb
commit 64ef2ce0d3

View File

@ -40,6 +40,11 @@ MKLINT= no
MKPIC= no
MKPROFILE=no
.if ${MACHINE_ARCH} == "alpha" || \
${MACHINE_ARCH} == "sparc64"
CPPFLAGS+=-DPTRSIZE_64BIT
.endif
# only needed during build
libinstall::