diff options
Diffstat (limited to 'mk/bsd.prefs.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. |