summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1998-03-03 22:35:12 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1998-03-03 22:35:12 +0000
commit2d1c368e3e43e7d87fa2219854d5f98e7aa2f338 (patch)
tree670cc6bd78212b2f200443e844d93b33071c67c3 /sys/arch/alpha
parent189a91772ede559c0f7166047745d3add52cddbe (diff)
Add -Wno-main for GCC 2.8
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r--sys/arch/alpha/conf/Makefile.alpha4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/Makefile.alpha b/sys/arch/alpha/conf/Makefile.alpha
index 2431ed9607a..3c3b69e00cc 100644
--- a/sys/arch/alpha/conf/Makefile.alpha
+++ b/sys/arch/alpha/conf/Makefile.alpha
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.alpha,v 1.15 1997/09/15 02:40:24 deraadt Exp $
+# $OpenBSD: Makefile.alpha,v 1.16 1998/03/03 22:34:40 niklas Exp $
# $NetBSD: Makefile.alpha,v 1.27 1996/12/01 06:12:25 jonathan Exp $
# Makefile for OpenBSD
@@ -38,7 +38,7 @@ INCLUDES= -I. -I$S/arch -I$S -nostdinc
CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL -Dalpha
CDIAGFLAGS?= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \
- -Wno-uninitialized -Wno-format
+ -Wno-uninitialized -Wno-format -Wno-main
CMACHFLAGS= -mno-fp-regs
CFLAGS= ${DEBUG} -O2 ${CDIAGFLAGS} ${CMACHFLAGS} ${COPTS}