diff options
author | maya <maya@pkgsrc.org> | 2018-07-16 19:53:53 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2018-07-16 19:53:53 +0000 |
commit | 5347b21997a2fe65212302ee4eff80fa20922933 (patch) | |
tree | 59cf3ee07a5fe8c686e0e6d47a4dce83ab3ab0f1 /mk | |
parent | 6bc841329a0041963dc5dd82f9c864e15b7874d8 (diff) | |
download | pkgsrc-5347b21997a2fe65212302ee4eff80fa20922933.tar.gz |
mips64 is more likely not 64bit.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.prefs.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk index a891390fa79..c0eabeff815 100644 --- a/mk/bsd.prefs.mk +++ b/mk/bsd.prefs.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.prefs.mk,v 1.397 2018/05/23 11:26:54 maya Exp $ +# $NetBSD: bsd.prefs.mk,v 1.398 2018/07/16 19:53:53 maya Exp $ # # This file includes the mk.conf file, which contains the user settings. # @@ -817,8 +817,7 @@ _SYS_VARS.dirs= WRKDIR DESTDIR PKG_SYSCONFBASEDIR # Keywords: BROKEN_ON_PLATFORM 64bit # LP64PLATFORMS= *-*-aarch64 *-*-aarch64eb *-*-alpha *-*-ia64 \ - *-*-mips64eb *-*-mips64el *-*-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. |