Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/dhcp/common Define PTRSIZE_64BIT for alpha and spar...
details: https://anonhg.NetBSD.org/src/rev/76d1dc7a0c0c
branches: trunk
changeset: 495175:76d1dc7a0c0c
user: mycroft <mycroft%NetBSD.org@localhost>
date: Sun Jul 23 22:44:07 2000 +0000
description:
Define PTRSIZE_64BIT for alpha and sparc64.
diffstat:
usr.sbin/dhcp/common/Makefile | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diffs (15 lines):
diff -r 70cc136ddda0 -r 76d1dc7a0c0c usr.sbin/dhcp/common/Makefile
--- a/usr.sbin/dhcp/common/Makefile Sun Jul 23 22:23:14 2000 +0000
+++ b/usr.sbin/dhcp/common/Makefile Sun Jul 23 22:44:07 2000 +0000
@@ -40,6 +40,11 @@
MKPIC= no
MKPROFILE=no
+.if ${MACHINE_ARCH} == "alpha" || \
+ ${MACHINE_ARCH} == "sparc64"
+CPPFLAGS+=-DPTRSIZE_64BIT
+.endif
+
# only needed during build
libinstall::
Home |
Main Index |
Thread Index |
Old Index