summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/stand/libsa/Makefile
diff options
context:
space:
mode:
authorPascal Stumpf <pascal@cvs.openbsd.org>2012-08-21 14:46:21 +0000
committerPascal Stumpf <pascal@cvs.openbsd.org>2012-08-21 14:46:21 +0000
commit9333c875627ad69d46ab3793263036ff3b45cc49 (patch)
tree697841a9433248956f025a7d1b3cd8019dfef64c /sys/arch/hppa/stand/libsa/Makefile
parent1caaeac6aae64a980b30cd0f00e3d491be174c97 (diff)
Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always be
built with -fno-pie. This gets the hairiest part of PIE out of the way ... ok deraadt@
Diffstat (limited to 'sys/arch/hppa/stand/libsa/Makefile')
-rw-r--r--sys/arch/hppa/stand/libsa/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hppa/stand/libsa/Makefile b/sys/arch/hppa/stand/libsa/Makefile
index 2beb2c20d9d..bf3fa2f348f 100644
--- a/sys/arch/hppa/stand/libsa/Makefile
+++ b/sys/arch/hppa/stand/libsa/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.14 2007/12/26 18:52:59 kettenis Exp $
+# $OpenBSD: Makefile,v 1.15 2012/08/21 14:46:18 pascal Exp $
.include "${.CURDIR}/../Makefile.inc"
@@ -10,6 +10,7 @@ DIR_SA= $S/lib/libsa
NOPROFILE=noprofile
NOPIC=nopic
+NOPIE=
#AS=cat ;
#AS+= -R