summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-02-03 23:07:31 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-02-03 23:07:31 +0000
commitd2bda7a5864b69970241bc261f289d6f1aaea7f1 (patch)
treef35ad07f5856dbecbe87167bb1ae1bcd5df303b9 /sys
parentc09c1b94845580bd22f8c60dc51be19c8588f465 (diff)
Make sure option NO_PROPOLICE only adds the -fno-stack-protector option.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/cats/conf/Makefile.cats6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/cats/conf/Makefile.cats b/sys/arch/cats/conf/Makefile.cats
index 4970327a07b..eb13fdd0221 100644
--- a/sys/arch/cats/conf/Makefile.cats
+++ b/sys/arch/cats/conf/Makefile.cats
@@ -1,5 +1,5 @@
-# $OpenBSD: Makefile.cats,v 1.1 2004/02/01 05:12:54 drahn Exp $
-# $OpenBSD: Makefile.cats,v 1.1 2004/02/01 05:12:54 drahn Exp $
+# $OpenBSD: Makefile.cats,v 1.2 2004/02/03 23:07:30 miod Exp $
+# $OpenBSD: Makefile.cats,v 1.2 2004/02/03 23:07:30 miod Exp $
# $NetBSD: Makefile.i386,v 1.67 1996/05/11 16:12:11 mycroft Exp $
# Makefile for OpenBSD
@@ -44,7 +44,7 @@ CDIAGFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \
CMACHFLAGS= -ffreestanding
#CMACHFLAGS= -march=armv4 -mtune=strongarm -ffreestanding
.if ${IDENT:M-DNO_PROPOLICE}
-CMACHFLAGS+= -msoft-float -fno-stack-protector
+CMACHFLAGS+= -fno-stack-protector
.endif
CMACHFLAGS+= -msoft-float -fno-builtin-printf -fno-builtin-log