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/hp300/conf | |
parent | 22a330f3fea3925c8b1a1cc59340c512e70867c0 (diff) |
remove -fno-stack-protector (enable propolice)
ok deraadt@
Diffstat (limited to 'sys/arch/hp300/conf')
-rw-r--r-- | sys/arch/hp300/conf/Makefile.hp300 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/conf/Makefile.hp300 b/sys/arch/hp300/conf/Makefile.hp300 index 975ce09192f..d3487f3490c 100644 --- a/sys/arch/hp300/conf/Makefile.hp300 +++ b/sys/arch/hp300/conf/Makefile.hp300 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.hp300,v 1.30 2002/12/25 21:10:26 miod Exp $ +# $OpenBSD: Makefile.hp300,v 1.31 2003/05/13 06:12:43 tedu Exp $ # $NetBSD: Makefile.hp300,v 1.54 1997/04/01 23:16:41 scottr Exp $ # Makefile for OpenBSD @@ -40,7 +40,7 @@ CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL \ -Dmc68020 -Dhp300 CWARNFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \ -Wno-uninitialized -Wno-format -Wno-main -CMACHFLAGS= -msoft-float -fno-stack-protector +CMACHFLAGS= -msoft-float COPTS?= -O2 CFLAGS= ${DEBUG} ${COPTS} ${CWARNFLAGS} ${CMACHFLAGS} ${PIPE} AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE |