pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk



Module Name:    pkgsrc
Committed By:   maya
Date:           Mon Jul 16 19:53:53 UTC 2018

Modified Files:
        pkgsrc/mk: bsd.prefs.mk

Log Message:
mips64 is more likely not 64bit.


To generate a diff of this commit:
cvs rdiff -u -r1.397 -r1.398 pkgsrc/mk/bsd.prefs.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/bsd.prefs.mk
diff -u pkgsrc/mk/bsd.prefs.mk:1.397 pkgsrc/mk/bsd.prefs.mk:1.398
--- pkgsrc/mk/bsd.prefs.mk:1.397        Wed May 23 11:26:54 2018
+++ pkgsrc/mk/bsd.prefs.mk      Mon Jul 16 19:53:53 2018
@@ -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 @@ _SYS_VARS.dirs=             WRKDIR DESTDIR PKG_SYSC
 # 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