diff options
author | Pascal Stumpf <pascal@cvs.openbsd.org> | 2012-08-22 16:58:27 +0000 |
---|---|---|
committer | Pascal Stumpf <pascal@cvs.openbsd.org> | 2012-08-22 16:58:27 +0000 |
commit | 71223d576a3275c84f8b5dcd682d871a0e3eaa9a (patch) | |
tree | dda22435dd8f43b5ebac3b5ce2f8895d793aabe0 /sys/arch/vax | |
parent | 85cdc4047a46471a7b4901e113479d36b1154e01 (diff) |
Build the kernel with -fno-pie. Just getting Ms out of my tree; this will be
cleaned up later.
ok deraadt@
Diffstat (limited to 'sys/arch/vax')
-rw-r--r-- | sys/arch/vax/conf/Makefile.vax | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/conf/Makefile.vax b/sys/arch/vax/conf/Makefile.vax index 54f4f784c32..014f03854cf 100644 --- a/sys/arch/vax/conf/Makefile.vax +++ b/sys/arch/vax/conf/Makefile.vax @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.vax,v 1.65 2011/11/08 18:41:34 matthieu Exp $ +# $OpenBSD: Makefile.vax,v 1.66 2012/08/22 16:58:26 pascal Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -30,7 +30,7 @@ CWARNFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \ CMACHFLAGS= 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 |