diff options
author | 2013-12-28 17:08:48 +0000 | |
---|---|---|
committer | 2013-12-28 17:08:48 +0000 | |
commit | b6478db04f883f290dd561205d622aa90fedc76c (patch) | |
tree | fdfa2f723c617c6f9cbdcc904e5a5e745ebdb358 | |
parent | Further clean up and unification of the amd64 and i386 boot(8) makefiles. (diff) | |
download | wireguard-openbsd-b6478db04f883f290dd561205d622aa90fedc76c.tar.xz wireguard-openbsd-b6478db04f883f290dd561205d622aa90fedc76c.zip |
i386 changes to PIE. See faq/current.html or use the snapshots to cross
this.
-rw-r--r-- | share/mk/bsd.own.mk | 6 |
1 files 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}) |