diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2003-05-13 06:12:45 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2003-05-13 06:12:45 +0000 |
commit | 1b45e70fdf3705f10311e36d1e61ab4c1efe1f8b (patch) | |
tree | de21282208d3446f75450dfee3a6b2cae3b8e10d /sys/arch/i386/conf | |
parent | 22a330f3fea3925c8b1a1cc59340c512e70867c0 (diff) |
remove -fno-stack-protector (enable propolice)
ok deraadt@
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/Makefile.i386 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/Makefile.i386 b/sys/arch/i386/conf/Makefile.i386 index b45f0fe7471..0321b5a69f5 100644 --- a/sys/arch/i386/conf/Makefile.i386 +++ b/sys/arch/i386/conf/Makefile.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.i386,v 1.34 2003/04/17 03:42:09 drahn Exp $ +# $OpenBSD: Makefile.i386,v 1.35 2003/05/13 06:12:43 tedu Exp $ # $NetBSD: Makefile.i386,v 1.67 1996/05/11 16:12:11 mycroft Exp $ # Makefile for OpenBSD @@ -44,7 +44,6 @@ CMACHFLAGS= -march=i486 .else CMACHFLAGS= .endif -CMACHFLAGS+= -fno-stack-protector COPTS?= -O2 CFLAGS= ${DEBUG} ${CDIAGFLAGS} ${CMACHFLAGS} ${COPTS} ${PIPE} |