Module Name: src
Committed By: joerg
Date: Thu Oct 13 11:57:55 UTC 2016
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Build the new X server on AArch64, it is slightly less offensive.
To generate a diff of this commit:
cvs rdiff -u -r1.970 -r1.971 src/share/mk/bsd.own.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.970 src/share/mk/bsd.own.mk:1.971
--- src/share/mk/bsd.own.mk:1.970 Wed Oct 12 20:22:05 2016
+++ src/share/mk/bsd.own.mk Thu Oct 13 11:57:55 2016
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.970 2016/10/12 20:22:05 christos Exp $
+# $NetBSD: bsd.own.mk,v 1.971 2016/10/13 11:57:55 joerg Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -1364,7 +1364,8 @@ X11SRCDIR.${_proto}proto?= ${X11SRCDIRM
${MACHINE} == "sparc" || \
${MACHINE} == "sparc64" || \
${MACHINE} == "evbmips" || \
- ${MACHINE} == "x68k"
+ ${MACHINE} == "x68k" || \
+ ${MACHINE_CPU} == "aarch64"
HAVE_XORG_SERVER_VER?=118
.else
HAVE_XORG_SERVER_VER?=110