Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk last I checked powerpc64 was 64 bits, so it needs _...



details:   https://anonhg.NetBSD.org/src/rev/e36b85694895
branches:  trunk
changeset: 320915:e36b85694895
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Mar 04 23:47:55 2018 +0000

description:
last I checked powerpc64 was 64 bits, so it needs _XSERVER64..

diffstat:

 share/mk/bsd.x11.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 09107726a6f0 -r e36b85694895 share/mk/bsd.x11.mk
--- a/share/mk/bsd.x11.mk       Sun Mar 04 23:25:35 2018 +0000
+++ b/share/mk/bsd.x11.mk       Sun Mar 04 23:47:55 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.x11.mk,v 1.124 2016/12/14 16:03:19 scole Exp $
+#      $NetBSD: bsd.x11.mk,v 1.125 2018/03/04 23:47:55 christos Exp $
 
 .include <bsd.init.mk>
 
@@ -98,6 +98,7 @@
 
 .if ${MACHINE_ARCH} == "alpha" || \
     ${MACHINE_ARCH} == "ia64"   || \
+    ${MACHINE_ARCH} == "powerpc64" || \
     ${MACHINE_ARCH} == "sparc64" || \
     ${MACHINE_ARCH} == "x86_64" || \
     ${MACHINE_CPU} == "aarch64"



Home | Main Index | Thread Index | Old Index