diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-08-23 15:09:11 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-08-23 15:09:11 +0000 |
commit | 94dfc543bb42e8f23acae54ea723585eabc027e5 (patch) | |
tree | 69cea8c142dd4749a91eec747dcbcf62845377b8 /sys/arch/loongson/conf | |
parent | 1fc103287f190bb8e514fca674b4499bec73615b (diff) |
missing ${NOPIE_FLAGS}; ok pascal
Diffstat (limited to 'sys/arch/loongson/conf')
-rw-r--r-- | sys/arch/loongson/conf/Makefile.loongson | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/loongson/conf/Makefile.loongson b/sys/arch/loongson/conf/Makefile.loongson index 58a11da6779..369f22101c8 100644 --- a/sys/arch/loongson/conf/Makefile.loongson +++ b/sys/arch/loongson/conf/Makefile.loongson @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.loongson,v 1.33 2011/11/08 18:41:34 matthieu Exp $ +# $OpenBSD: Makefile.loongson,v 1.34 2012/08/23 15:09:10 deraadt Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -37,7 +37,7 @@ CWARNFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \ CMACHFLAGS= -mno-abicalls ${ABI} -msoft-float -Wa,-mfix-loongson2f-btb 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 |