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:           Sun May 11 09:15:32 UTC 2025

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

Log Message:
mk: Register support for RELRO on NetBSD/sparc64.


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 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.87 pkgsrc/mk/platform/NetBSD.mk:1.88
--- pkgsrc/mk/platform/NetBSD.mk:1.87   Wed Apr 30 10:38:27 2025
+++ pkgsrc/mk/platform/NetBSD.mk        Sun May 11 09:15:32 2025
@@ -1,4 +1,4 @@
-# $NetBSD: NetBSD.mk,v 1.87 2025/04/30 10:38:27 nia Exp $
+# $NetBSD: NetBSD.mk,v 1.88 2025/05/11 09:15:32 nia Exp $
 #
 # Variable definitions for the NetBSD operating system.
 
@@ -190,6 +190,7 @@ OPSYS_HAS_STATIC_PIE=       # defined
     (${MACHINE_ARCH} == "aarch64") || \
     (${MACHINE_ARCH} == "aarch64eb") || \
     (${MACHINE_ARCH} == "powerpc") || \
+    (${MACHINE_ARCH} == "sparc64") || \
     (${MACHINE_ARCH:Mmips64*}) || (${MACHINE_ARCH:Mmipsn64*})
 _OPSYS_SUPPORTS_RELRO= yes
 .endif



Home | Main Index | Thread Index | Old Index