From 7e68edf03daae10419e2e138a1e6baf650c26c5a Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Sun, 6 Jun 1999 15:16:41 +0000 Subject: Ugly workaround an alpha egcs bug --- usr.sbin/afs/libarla/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'usr.sbin') diff --git a/usr.sbin/afs/libarla/Makefile b/usr.sbin/afs/libarla/Makefile index a95fc97168b..5d0bec6278b 100644 --- a/usr.sbin/afs/libarla/Makefile +++ b/usr.sbin/afs/libarla/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 1998/09/14 21:53:28 art Exp $ +# $OpenBSD: Makefile,v 1.2 1999/06/06 15:16:40 niklas Exp $ # # You don't want to understand this makefile. @@ -13,6 +13,11 @@ CFLAGS += -DHAVE_CONFIG_H -I${.CURDIR}/../src/include -I. \ -I${.CURDIR}/../src/lib/roken -I${.CURDIR}/../src/util \ -I${.CURDIR}/../src -I${.CURDIR}/../libroken +# XXX Until an egtcs bug gets fixed +.if (${MACHINE_ARCH} == "alpha") +CFLAGS += -O0 +.endif + .include "Makefile.lwp.inc" .include "Makefile.rx.inc" .include "Makefile.rxdef.inc" -- cgit v1.2.3