summaryrefslogtreecommitdiff
path: root/share/mk
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2015-07-03 11:18:24 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2015-07-03 11:18:24 +0000
commit2799d60ddf3c57a67fc20be0bc3238d2ff1e8bc1 (patch)
tree5246c4f52e3c662b150e651e56e23cc11d9f67b9 /share/mk
parent80d1c4c828ade502b486a7c3e93b315afbfc4cd8 (diff)
Enable static pie on sparc; be sure to upgrade your compiler before your
next build (or wait for the snapshot to reach the mirrors)
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.own.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index 31213058377..c0445c7e1f9 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.own.mk,v 1.169 2015/06/02 04:33:39 miod Exp $
+# $OpenBSD: bsd.own.mk,v 1.170 2015/07/03 11:18:23 miod Exp $
# $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $
# Host-specific overrides
@@ -22,7 +22,7 @@ GCC3_ARCH=m88k vax
# arm needs binutils-2.17, which still lacks W^X support
# gcc3 lacks PIE support
PIE_ARCH=alpha amd64 hppa i386 mips64 mips64el powerpc sh sparc sparc64
-STATICPIE_ARCH=alpha amd64 hppa i386 mips64 mips64el powerpc sh sparc64
+STATICPIE_ARCH=alpha amd64 hppa i386 mips64 mips64el powerpc sh sparc sparc64
.for _arch in ${MACHINE_ARCH}
.if !empty(GCC3_ARCH:M${_arch})