summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-07-02 12:03:24 +0000
committernia <nia@pkgsrc.org>2021-07-02 12:03:24 +0000
commitbb778c331bcf2b55adb27f92db354ffd1c6c9933 (patch)
tree38e3ec78f11974cd69887beb74405a5983dc8e36 /mk
parentde8ed2aafd8d9552992b3b7568b2c67aa3114bb9 (diff)
downloadpkgsrc-bb778c331bcf2b55adb27f92db354ffd1c6c9933.tar.gz
mk: Add LP32PLATFORMS
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.prefs.mk16
1 files changed, 13 insertions, 3 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index 9f20ad39099..df0d5081256 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.408 2020/06/07 05:59:30 rillig Exp $
+# $NetBSD: bsd.prefs.mk,v 1.409 2021/07/02 12:03:24 nia Exp $
#
# This file includes the mk.conf file, which contains the user settings.
#
@@ -837,9 +837,19 @@ _USER_VARS.dirs+= PKG_DBDIR
_PKG_VARS.dirs= WRKSRC PATCHDIR FILESDIR PKGDIR
_SYS_VARS.dirs= WRKDIR DESTDIR PREFIX PKG_SYSCONFBASEDIR
-# List of 64bit operating systems with sizeof(int) != sizeof(void *).
+# List of 32-bit operating systems
# This can be used with BROKEN_ON_PLATFORM for software that is not
-# 64bit clean.
+# 32-bit clean.
+#
+# Keywords: BROKEN_ON_PLATFORM 32bit
+#
+LP32PLATFORMS= *-*-earm* *-*-hppa *-*-i386 *-*-m68000 *-*-m68k \
+ *-*-mipseb *-*-mipsel *-*-powerpc *-*-riscv32 \
+ *-*-sparc *-*-vax
+
+# List of 64-bit operating systems with sizeof(int) != sizeof(void *).
+# This can be used with BROKEN_ON_PLATFORM for software that is not
+# 64-bit clean.
#
# Keywords: BROKEN_ON_PLATFORM 64bit
#