Define PTRSIZE_64BIT for alpha and sparc64.
This commit is contained in:
parent
98987090cb
commit
64ef2ce0d3
@ -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::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user