pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/platform



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Sep 27 16:13:26 UTC 2021

Modified Files:
        pkgsrc/mk/platform: NetBSD.mk

Log Message:
mk: Register support for MKPIE on more NetBSD archs, syncing with
/usr/share/mk


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/mk/platform/NetBSD.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/platform/NetBSD.mk
diff -u pkgsrc/mk/platform/NetBSD.mk:1.65 pkgsrc/mk/platform/NetBSD.mk:1.66
--- pkgsrc/mk/platform/NetBSD.mk:1.65   Sun Apr 25 07:51:25 2021
+++ pkgsrc/mk/platform/NetBSD.mk        Mon Sep 27 16:13:26 2021
@@ -1,4 +1,4 @@
-# $NetBSD: NetBSD.mk,v 1.65 2021/04/25 07:51:25 mrg Exp $
+# $NetBSD: NetBSD.mk,v 1.66 2021/09/27 16:13:26 nia Exp $
 #
 # Variable definitions for the NetBSD operating system.
 
@@ -138,7 +138,11 @@ _OPSYS_SUPPORTS_FORTIFY=yes
 .if (${MACHINE_ARCH} == "i386") || \
     (${MACHINE_ARCH} == "x86_64") || \
     (${MACHINE_ARCH} == "aarch64") || \
-    (${MACHINE_ARCH} == "aarch64eb")
+    (${MACHINE_ARCH} == "aarch64eb") || \
+    (${MACHINE_ARCH} == "sparc64") || \
+    (${MACHINE_ARCH} == "m68k") || \
+    (!empty(MACHINE_ARCH:Mearm*)) || \
+    (!empty(MACHINE_ARCH:Mmips*))
 _OPSYS_SUPPORTS_MKPIE= yes
 .endif
 



Home | Main Index | Thread Index | Old Index