diff options
author | dholland <dholland@pkgsrc.org> | 2015-01-01 09:00:28 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-01-01 09:00:28 +0000 |
commit | 0597f9fbc0941b8f2d1fae6bfd0e17a7bc9cfc7e (patch) | |
tree | 789f72ba947b6b43cf274023e628caaaaba1853a /mk | |
parent | 4fb2c86a5dc37374c88950d57cb088d9b81f8303 (diff) | |
download | pkgsrc-0597f9fbc0941b8f2d1fae6bfd0e17a7bc9cfc7e.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.mk | 6 |
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. |