diff options
author | Pascal Stumpf <pascal@cvs.openbsd.org> | 2014-03-23 17:29:07 +0000 |
---|---|---|
committer | Pascal Stumpf <pascal@cvs.openbsd.org> | 2014-03-23 17:29:07 +0000 |
commit | 19a190836be68c7a29284222aa677b3ae9bc2aed (patch) | |
tree | 3a989da2a1f47b600aed8196f328c682212541d6 /share/mk | |
parent | 508995949824865769be681656ed8ce0c4fbffeb (diff) |
Finally give powerpc PIE. Remaining bugs on socppc fixed by kettenis@.
"I think you should do this switch right away" deraadt@
Diffstat (limited to 'share/mk')
-rw-r--r-- | share/mk/bsd.own.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index 83b27d60553..e53644f2650 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.own.mk,v 1.146 2014/03/23 03:33:58 tedu Exp $ +# $OpenBSD: bsd.own.mk,v 1.147 2014/03/23 17:29:06 pascal Exp $ # $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $ # Host-specific overrides @@ -27,12 +27,11 @@ ELF_TOOLCHAIN?= yes GCC3_ARCH=m88k vax BINUTILS217_ARCH=hppa64 ia64 -# powerpc has problems on some "embedded" powerpc. # arm needs binutils-2.17, which still lacks W^X support # sparc has not been tried # m88k unknown # hppa64 unknown -PIE_ARCH=alpha amd64 hppa i386 mips64 mips64el sh sparc64 +PIE_ARCH=alpha amd64 hppa i386 mips64 mips64el powerpc sh sparc64 .for _arch in ${MACHINE_ARCH} .if !empty(GCC3_ARCH:M${_arch}) |