pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk mips64 is more likely not 64bit.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/618dd7f2e3b0
branches:  trunk
changeset: 310485:618dd7f2e3b0
user:      maya <maya%pkgsrc.org@localhost>
date:      Mon Jul 16 19:53:53 2018 +0000

description:
mips64 is more likely not 64bit.

diffstat:

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

diffs (19 lines):

diff -r 8756546bcede -r 618dd7f2e3b0 mk/bsd.prefs.mk
--- a/mk/bsd.prefs.mk   Mon Jul 16 17:43:39 2018 +0000
+++ b/mk/bsd.prefs.mk   Mon Jul 16 19:53:53 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.397 2018/05/23 11:26:54 maya Exp $
+# $NetBSD: bsd.prefs.mk,v 1.398 2018/07/16 19:53:53 maya Exp $
 #
 # This file includes the mk.conf file, which contains the user settings.
 #
@@ -817,8 +817,7 @@
 # Keywords: BROKEN_ON_PLATFORM 64bit
 #
 LP64PLATFORMS=         *-*-aarch64 *-*-aarch64eb *-*-alpha *-*-ia64 \
-                       *-*-mips64eb *-*-mips64el *-*-powerpc64 *-*-riscv64 \
-                       *-*-sparc64 *-*-x86_64
+                       *-*-powerpc64 *-*-riscv64 *-*-sparc64 *-*-x86_64
 
 # Lists of big-endian and little-endian platforms, to be used with
 # BROKEN_ON_PLATFORM.



Home | Main Index | Thread Index | Old Index