pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk mk: Add LP32PLATFORMS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/35e2622fa52c
branches:  trunk
changeset: 455295:35e2622fa52c
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Jul 02 12:03:24 2021 +0000

description:
mk: Add LP32PLATFORMS

diffstat:

 mk/bsd.prefs.mk |  16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r f6da3e768d53 -r 35e2622fa52c mk/bsd.prefs.mk
--- a/mk/bsd.prefs.mk   Fri Jul 02 11:47:28 2021 +0000
+++ b/mk/bsd.prefs.mk   Fri Jul 02 12:03:24 2021 +0000
@@ -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 @@
 _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
 #



Home | Main Index | Thread Index | Old Index