From d70914f861e56d31b402ca20f6aed0b12ec79778 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Tue, 3 Dec 2002 10:44:35 +0000 Subject: Temporarily disable stack protection on alpha, it breaks fbc if compiled with optimization. --- gnu/usr.bin/bc/Makefile.bsd-wrapper | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'gnu/usr.bin/bc') diff --git a/gnu/usr.bin/bc/Makefile.bsd-wrapper b/gnu/usr.bin/bc/Makefile.bsd-wrapper index e777b7dbb97..953d6842a12 100644 --- a/gnu/usr.bin/bc/Makefile.bsd-wrapper +++ b/gnu/usr.bin/bc/Makefile.bsd-wrapper @@ -1,7 +1,11 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.10 2000/08/04 10:05:13 espie Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.11 2002/12/03 10:44:34 miod Exp $ SUBDIR=bcwrap +.if (${MACHINE_ARCH} == "alpha") +COPTS+= -fno-stack-protector +.endif + MAN= doc/bc.1 doc/dc.1 MLINKS= bc.1 gnubc.1 LDFLAGS+= -s ${LDSTATIC} -- cgit v1.2.3