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/mvme68k/conf | |
parent | 22a330f3fea3925c8b1a1cc59340c512e70867c0 (diff) |
remove -fno-stack-protector (enable propolice)
ok deraadt@
Diffstat (limited to 'sys/arch/mvme68k/conf')
-rw-r--r-- | sys/arch/mvme68k/conf/Makefile.mvme68k | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/conf/Makefile.mvme68k b/sys/arch/mvme68k/conf/Makefile.mvme68k index a3fddfe16a7..413fe78a888 100644 --- a/sys/arch/mvme68k/conf/Makefile.mvme68k +++ b/sys/arch/mvme68k/conf/Makefile.mvme68k @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.mvme68k,v 1.19 2002/12/25 21:10:26 miod Exp $ +# $OpenBSD: Makefile.mvme68k,v 1.20 2003/05/13 06:12:43 tedu Exp $ # This makefile is constructed from a machine description: # config machineid @@ -43,7 +43,7 @@ CMACHFLAGS= -m68020 .else CMACHFLAGS= -m68060 -Wa,-m68030 .endif -CMACHFLAGS+= -msoft-float -fno-stack-protector +CMACHFLAGS+= -msoft-float COPTS?= -O2 CFLAGS= ${DEBUG} ${COPTS} ${CWARNFLAGS} ${CMACHFLAGS} ${PIPE} |