From 2d3733ca00cb6713ba9d902ea2a1027e1527098e Mon Sep 17 00:00:00 2001 From: dholland Date: Thu, 1 Jan 2015 09:00:28 +0000 Subject: Add a bunch of missing LP64PLATFORMS after reviewing the list in NetBSD's build.sh: *-*-aarch64{,eb} *-*-ia64 *-*-mips64{eb,el} *-*-powerpc64 *-*-riscv64 --- mk/bsd.prefs.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'mk') 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. -- cgit v1.2.3