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/vax/conf | |
parent | 22a330f3fea3925c8b1a1cc59340c512e70867c0 (diff) |
remove -fno-stack-protector (enable propolice)
ok deraadt@
Diffstat (limited to 'sys/arch/vax/conf')
-rw-r--r-- | sys/arch/vax/conf/Makefile.vax | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/vax/conf/Makefile.vax b/sys/arch/vax/conf/Makefile.vax index 9b42cedd068..6a7a5e891e2 100644 --- a/sys/arch/vax/conf/Makefile.vax +++ b/sys/arch/vax/conf/Makefile.vax @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.vax,v 1.21 2002/12/25 21:10:26 miod Exp $ +# $OpenBSD: Makefile.vax,v 1.22 2003/05/13 06:12:44 tedu Exp $ # $NetBSD: Makefile.vax,v 1.49 1999/07/26 05:20:49 cgd Exp $ # Makefile for OpenBSD/vax @@ -66,7 +66,6 @@ INCLUDES= -I. -I$S/arch -I$S -nostdinc CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL \ -D_VAX_INLINE_ CWARNFLAGS?= -Werror -Wall -Wno-main -Wno-format -Wno-uninitialized -CMACHFLAGS= -fno-stack-protector CFLAGS= ${DEBUG} ${COPTS} ${CWARNFLAGS} ${CMACHFLAGS} ${PIPE} AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE LINKFLAGS= -N -Ttext 80000000 -e start |