pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Jul  2 12:03:24 UTC 2021

Modified Files:
        pkgsrc/mk: bsd.prefs.mk

Log Message:
mk: Add LP32PLATFORMS


To generate a diff of this commit:
cvs rdiff -u -r1.408 -r1.409 pkgsrc/mk/bsd.prefs.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/bsd.prefs.mk
diff -u pkgsrc/mk/bsd.prefs.mk:1.408 pkgsrc/mk/bsd.prefs.mk:1.409
--- pkgsrc/mk/bsd.prefs.mk:1.408        Sun Jun  7 05:59:30 2020
+++ pkgsrc/mk/bsd.prefs.mk      Fri Jul  2 12:03:24 2021
@@ -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
 #



Home | Main Index | Thread Index | Old Index