summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2014-12-28 05:17:21 +0000
committerderaadt <deraadt@openbsd.org>2014-12-28 05:17:21 +0000
commit2a8f142336bbe1fe20c9dc5a8e318bb962911eb8 (patch)
tree8b175e5070bf89db7bfab0067d559b4743dd79a0 /share
parentBuild special/encrypt into instbin, to prepare for dropping use of the (diff)
downloadwireguard-openbsd-2a8f142336bbe1fe20c9dc5a8e318bb962911eb8.tar.xz
wireguard-openbsd-2a8f142336bbe1fe20c9dc5a8e318bb962911eb8.zip
alpha now supports -static -pie binaries; ok kettenis
Diffstat (limited to 'share')
-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 e85ce00d366..04bac25b3ec 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.own.mk,v 1.155 2014/12/27 07:23:09 deraadt Exp $
+# $OpenBSD: bsd.own.mk,v 1.156 2014/12/28 05:17:21 deraadt Exp $
# $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $
# Host-specific overrides
@@ -25,7 +25,7 @@ BINUTILS217_ARCH=hppa64 ia64
# m88k unknown
# hppa64 unknown
PIE_ARCH=alpha amd64 hppa i386 mips64 mips64el powerpc sh sparc64
-STATICPIE_ARCH=amd64 hppa i386 powerpc sparc64
+STATICPIE_ARCH=alpha amd64 hppa i386 powerpc sparc64
.for _arch in ${MACHINE_ARCH}
.if !empty(GCC3_ARCH:M${_arch})