diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2022-04-24 17:55:55 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2022-04-24 17:55:55 +0000 |
commit | fb50b49b985131fc82a806d865fe8a865897f6bb (patch) | |
tree | 13f5de07972607f8b6206cd6fb7b09e6f2270767 | |
parent | 3d586e9e866a569aa61268043b5345ef872ff323 (diff) | |
download | pkgsrc-fb50b49b985131fc82a806d865fe8a865897f6bb.tar.gz |
bsd.prefs.mk: account for powerpc64le in LP64PLATFORMS
-rw-r--r-- | mk/bsd.prefs.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk index 406338a0d87..2089db4ba46 100644 --- a/mk/bsd.prefs.mk +++ b/mk/bsd.prefs.mk @@ -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 *-*-i386 *-*-m68000 *-*-m68k \ # 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. |