summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2015-01-01 09:00:28 +0000
committerdholland <dholland@pkgsrc.org>2015-01-01 09:00:28 +0000
commit2d3733ca00cb6713ba9d902ea2a1027e1527098e (patch)
tree789f72ba947b6b43cf274023e628caaaaba1853a /mk
parentba1c9f1c48f24a65c4c331ac8f3066121d0c50ae (diff)
downloadpkgsrc-2d3733ca00cb6713ba9d902ea2a1027e1527098e.tar.gz
Add a bunch of missing LP64PLATFORMS after reviewing the list in NetBSD's
build.sh: *-*-aarch64{,eb} *-*-ia64 *-*-mips64{eb,el} *-*-powerpc64 *-*-riscv64
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.prefs.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index f79c78ea0c2..45b3a316542 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.355 2015/01/01 08:57:23 dholland Exp $
+# $NetBSD: bsd.prefs.mk,v 1.356 2015/01/01 09:00:28 dholland Exp $
#
# This file includes the mk.conf file, which contains the user settings.
#
@@ -801,7 +801,9 @@ _SYS_VARS.dirs= WRKDIR DESTDIR PKG_SYSCONFBASEDIR
#
# Keywords: BROKEN_ON_PLATFORM 64bit
#
-LP64PLATFORMS= *-*-alpha *-*-sparc64 *-*-x86_64 *-*-amd64
+LP64PLATFORMS= *-*-aarch64 *-*-aarch64eb *-*-alpha *-*-ia64 \
+ *-*-mips64eb *-*-mips64el *-*-powerpc64 *-*-riscv64 \
+ *-*-sparc64 *-*-x86_64 *-*-amd64
# Lists of big-endian and little-endian platforms, to be used with
# BROKEN_ON_PLATFORM.