summaryrefslogtreecommitdiff
path: root/sys/arch/sparc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2012-08-23 15:09:11 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2012-08-23 15:09:11 +0000
commit94dfc543bb42e8f23acae54ea723585eabc027e5 (patch)
tree69cea8c142dd4749a91eec747dcbcf62845377b8 /sys/arch/sparc
parent1fc103287f190bb8e514fca674b4499bec73615b (diff)
missing ${NOPIE_FLAGS}; ok pascal
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r--sys/arch/sparc/conf/Makefile.sparc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/conf/Makefile.sparc b/sys/arch/sparc/conf/Makefile.sparc
index 4f68f57fe5d..47c67e394bc 100644
--- a/sys/arch/sparc/conf/Makefile.sparc
+++ b/sys/arch/sparc/conf/Makefile.sparc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.sparc,v 1.73 2011/11/08 18:41:34 matthieu Exp $
+# $OpenBSD: Makefile.sparc,v 1.74 2012/08/23 15:09:10 deraadt Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -33,7 +33,7 @@ CMACHFLAGS+= -mcpu=supersparc
.endif
CMACHFLAGS+= -fno-builtin-printf -fno-builtin-snprintf \
-fno-builtin-vsnprintf -fno-builtin-log \
- -fno-builtin-log2 -fno-builtin-malloc
+ -fno-builtin-log2 -fno-builtin-malloc ${NOPIE_FLAGS}
.if ${IDENT:M-DNO_PROPOLICE}
CMACHFLAGS+= -fno-stack-protector
.endif