pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk bsd.prefs.mk: account for powerpc64le in LP64PLATFORMS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/12c9e37a57f3
branches:  trunk
changeset: 377759:12c9e37a57f3
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Sun Apr 24 17:55:55 2022 +0000

description:
bsd.prefs.mk: account for powerpc64le in LP64PLATFORMS

diffstat:

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

diffs (18 lines):

diff -r 4f1065528567 -r 12c9e37a57f3 mk/bsd.prefs.mk
--- a/mk/bsd.prefs.mk   Sun Apr 24 17:54:28 2022 +0000
+++ b/mk/bsd.prefs.mk   Sun Apr 24 17:55:55 2022 +0000
@@ -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 @@
 # 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