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/octeon | |
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/octeon')
-rw-r--r-- | sys/arch/octeon/conf/Makefile.octeon | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/octeon/conf/Makefile.octeon b/sys/arch/octeon/conf/Makefile.octeon index 3ad996a5ff9..9c779d7315e 100644 --- a/sys/arch/octeon/conf/Makefile.octeon +++ b/sys/arch/octeon/conf/Makefile.octeon @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.octeon,v 1.9 2012/06/17 11:02:32 miod Exp $ +# $OpenBSD: Makefile.octeon,v 1.10 2012/08/22 16:58:26 pascal 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 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 |