diff options
author | Martin Reindl <martin@cvs.openbsd.org> | 2006-09-29 10:04:18 +0000 |
---|---|---|
committer | Martin Reindl <martin@cvs.openbsd.org> | 2006-09-29 10:04:18 +0000 |
commit | 2899cbc5a564056b607117cfa1b715f75335bf91 (patch) | |
tree | 3da3340d2a98a9d65573111f0142aade7188fe56 /usr.sbin | |
parent | d82cc417b2c32b95d48c1422ea2519500a7fef4a (diff) |
remove an -O0 workaround for egcs/alpha; noone remembers why it was there
and alpha is gcc3 now
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/afs/lib/libarla/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.sbin/afs/lib/libarla/Makefile b/usr.sbin/afs/lib/libarla/Makefile index 8b42de883b5..6d5a53fb1a6 100644 --- a/usr.sbin/afs/lib/libarla/Makefile +++ b/usr.sbin/afs/lib/libarla/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2002/06/07 05:02:58 hin Exp $ +# $OpenBSD: Makefile,v 1.2 2006/09/29 10:04:17 martin Exp $ # # You don't want to understand this makefile. @@ -14,11 +14,6 @@ MAN = CFLAGS += -DHAVE_CONFIG_H -I. -I${AFSSRC}/util -# XXX Until an egcs bug gets fixed -.if (${MACHINE_ARCH} == "alpha") -CFLAGS += -O0 -.endif - # Don't install libarla.a install: |