summaryrefslogtreecommitdiff
path: root/usr.sbin/afs
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1999-06-06 15:16:41 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1999-06-06 15:16:41 +0000
commit7e68edf03daae10419e2e138a1e6baf650c26c5a (patch)
treec1639578c904d0bbcee906b396e7260fd51d1367 /usr.sbin/afs
parentd83ec8230dbf61ed28420e2380c1be4605d2bf45 (diff)
Ugly workaround an alpha egcs bug
Diffstat (limited to 'usr.sbin/afs')
-rw-r--r--usr.sbin/afs/libarla/Makefile7
1 files changed, 6 insertions, 1 deletions
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"