From be46dd419cf7ea00a5a12096ca82c2b9dd53a2e2 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Fri, 6 Oct 2006 22:26:11 +0000 Subject: Remove explicit -fno-stack-protector now that the compiler workaround is in place. --- sys/arch/landisk/conf/Makefile.landisk | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sys/arch') diff --git a/sys/arch/landisk/conf/Makefile.landisk b/sys/arch/landisk/conf/Makefile.landisk index 38f4ae8bc75..b562b075f2d 100644 --- a/sys/arch/landisk/conf/Makefile.landisk +++ b/sys/arch/landisk/conf/Makefile.landisk @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.landisk,v 1.2 2006/10/06 21:48:50 mickey Exp $ +# $OpenBSD: Makefile.landisk,v 1.3 2006/10/06 22:26:10 miod Exp $ # # Makefile for OpenBSD/landisk # @@ -45,9 +45,6 @@ CMACHFLAGS= -m4-nofpu \ -fno-builtin-printf -fno-builtin-log -fno-builtin-main .if ${IDENT:M-DNO_PROPOLICE} CMACHFLAGS+= -fno-stack-protector -.else -# to prevent the sky from falling on our heads -CMACHFLAGS+= -fno-stack-protector .endif COPTS?= -O2 CFLAGS= ${DEBUG} ${CWARNFLAGS} ${CMACHFLAGS} ${COPTS} ${PIPE} -- cgit v1.2.3