Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Make ia64 considered 64bit for the _XSERVER64 defin...
details: https://anonhg.NetBSD.org/src/rev/9a8d2ad7ffbd
branches: trunk
changeset: 349561:9a8d2ad7ffbd
user: scole <scole%NetBSD.org@localhost>
date: Wed Dec 14 16:03:19 2016 +0000
description:
Make ia64 considered 64bit for the _XSERVER64 define so a release with x11 will at least build.
diffstat:
share/mk/bsd.x11.mk | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 0fd0bf973980 -r 9a8d2ad7ffbd share/mk/bsd.x11.mk
--- a/share/mk/bsd.x11.mk Wed Dec 14 15:49:35 2016 +0000
+++ b/share/mk/bsd.x11.mk Wed Dec 14 16:03:19 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.x11.mk,v 1.123 2016/10/14 20:34:29 joerg Exp $
+# $NetBSD: bsd.x11.mk,v 1.124 2016/12/14 16:03:19 scole Exp $
.include <bsd.init.mk>
@@ -97,6 +97,7 @@
.endif
.if ${MACHINE_ARCH} == "alpha" || \
+ ${MACHINE_ARCH} == "ia64" || \
${MACHINE_ARCH} == "sparc64" || \
${MACHINE_ARCH} == "x86_64" || \
${MACHINE_CPU} == "aarch64"
Home |
Main Index |
Thread Index |
Old Index