summaryrefslogtreecommitdiff
path: root/share/mk/bsd.own.mk
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2012-09-02 16:37:44 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2012-09-02 16:37:44 +0000
commit7d9d6b34e5cb78e6ec170ae08f975a56f018865a (patch)
tree43566967f844f3a85e0b58ee620c8ad1d00fa0c4 /share/mk/bsd.own.mk
parent0bd1e763e5149bfb2aa97e6c29d1030b10d385bc (diff)
take hppa to PIE as well; ok kettenis pascal
Diffstat (limited to 'share/mk/bsd.own.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 b5f7a475546..e08771ff853 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.own.mk,v 1.127 2012/09/02 03:44:19 deraadt Exp $
+# $OpenBSD: bsd.own.mk,v 1.128 2012/09/02 16:37:43 deraadt Exp $
# $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $
# Host-specific overrides
@@ -37,7 +37,7 @@ BINUTILS217_ARCH=hppa64 ia64
# sparc & powerpc needs consideration of -fpic/-fPIC vs -fpie/-fPIE
# arm needs binutils-2.17, after that regains W^X support
# sh has register spill problems in gcc (see usr.bin/sort) with -fpie
-PIE_ARCH=alpha amd64 mips64 mips64el sparc64
+PIE_ARCH=alpha amd64 hppa mips64 mips64el sparc64
.for _arch in ${MACHINE_ARCH}
.if !empty(GCC2_ARCH:M${_arch})