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:   gutteridge
Date:           Sun Apr 24 17:55:55 UTC 2022

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

Log Message:
bsd.prefs.mk: account for powerpc64le in LP64PLATFORMS


To generate a diff of this commit:
cvs rdiff -u -r1.418 -r1.419 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.418 pkgsrc/mk/bsd.prefs.mk:1.419
--- pkgsrc/mk/bsd.prefs.mk:1.418        Mon Apr  4 11:23:18 2022
+++ pkgsrc/mk/bsd.prefs.mk      Sun Apr 24 17:55:55 2022
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.418 2022/04/04 11:23:18 riastradh Exp $
+# $NetBSD: bsd.prefs.mk,v 1.419 2022/04/24 17:55:55 gutteridge Exp $
 #
 # This file includes the mk.conf file, which contains the user settings.
 #
@@ -923,7 +923,7 @@ LP32PLATFORMS=              *-*-earm* *-*-hppa *-*-i
 # Keywords: BROKEN_ON_PLATFORM 64bit
 #
 LP64PLATFORMS=         *-*-aarch64 *-*-aarch64eb *-*-alpha *-*-ia64 \
-                       *-*-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