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: Tue Oct 12 07:48:53 UTC 2021
Modified Files:
pkgsrc/mk/platform: NetBSD.mk
Log Message:
mk: Register support for RELRO on NetBSD/powerpc. Tested on macppc.
To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 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.66 pkgsrc/mk/platform/NetBSD.mk:1.67
--- pkgsrc/mk/platform/NetBSD.mk:1.66 Mon Sep 27 16:13:26 2021
+++ pkgsrc/mk/platform/NetBSD.mk Tue Oct 12 07:48:53 2021
@@ -1,4 +1,4 @@
-# $NetBSD: NetBSD.mk,v 1.66 2021/09/27 16:13:26 nia Exp $
+# $NetBSD: NetBSD.mk,v 1.67 2021/10/12 07:48:53 nia Exp $
#
# Variable definitions for the NetBSD operating system.
@@ -150,7 +150,8 @@ _OPSYS_SUPPORTS_MKPIE= yes
.if (${MACHINE_ARCH} == "i386") || \
(${MACHINE_ARCH} == "x86_64") || \
(${MACHINE_ARCH} == "aarch64") || \
- (${MACHINE_ARCH} == "aarch64eb")
+ (${MACHINE_ARCH} == "aarch64eb") || \
+ (${MACHINE_ARCH} == "powerpc")
_OPSYS_SUPPORTS_RELRO= yes
.endif
Home |
Main Index |
Thread Index |
Old Index