From b6478db04f883f290dd561205d622aa90fedc76c Mon Sep 17 00:00:00 2001 From: deraadt Date: Sat, 28 Dec 2013 17:08:48 +0000 Subject: [PATCH] i386 changes to PIE. See faq/current.html or use the snapshots to cross this. --- share/mk/bsd.own.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index 994314b033a..b8b99837e87 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.own.mk,v 1.141 2013/08/06 19:05:57 miod Exp $ +# $OpenBSD: bsd.own.mk,v 1.142 2013/12/28 17:08:48 deraadt Exp $ # $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $ # Host-specific overrides @@ -27,10 +27,10 @@ ELF_TOOLCHAIN?= yes GCC3_ARCH=m68k m88k vax BINUTILS217_ARCH=hppa64 ia64 -# i386 PIE works; but there are RAMDISK fitting problems. # powerpc has problems on some "embedded" powerpc. # arm needs binutils-2.17, which still lacks W^X support -PIE_ARCH=alpha amd64 hppa mips64 mips64el sh sparc64 +# sparc has not been tried +PIE_ARCH=alpha amd64 hppa i386 mips64 mips64el sh sparc64 .for _arch in ${MACHINE_ARCH} .if !empty(GCC3_ARCH:M${_arch}) -- 2.20.1