Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sun3/stand Add -Wno-main to CFLAGS for SA_PROGs.



details:   https://anonhg.NetBSD.org/src/rev/84a0d9819f1a
branches:  trunk
changeset: 521476:84a0d9819f1a
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Thu Jan 31 14:30:49 2002 +0000

description:
Add -Wno-main to CFLAGS for SA_PROGs.

diffstat:

 sys/arch/sun3/stand/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4f377db5aa2e -r 84a0d9819f1a sys/arch/sun3/stand/Makefile.inc
--- a/sys/arch/sun3/stand/Makefile.inc  Thu Jan 31 14:27:29 2002 +0000
+++ b/sys/arch/sun3/stand/Makefile.inc  Thu Jan 31 14:30:49 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.18 2001/10/07 04:50:40 tsutsui Exp $
+#      $NetBSD: Makefile.inc,v 1.19 2002/01/31 14:30:49 tsutsui Exp $
 
 # Must have S=/usr/src/sys (or equivalent)
 # But note: this is w.r.t. a subdirectory
@@ -16,7 +16,7 @@
 DEFS?= -Dsun3 -D_STANDALONE
 INCL?= -I. -I${.CURDIR} -I${.CURDIR}/../libsa -I${S}/lib/libsa -I${S}
 
-CFLAGS= -Os -msoft-float -fno-defer-pop
+CFLAGS= -Os -msoft-float -fno-defer-pop -Wno-main
 CPPFLAGS= ${DEFS} ${INCL}
 
 SRTOBJ= ${LIBSA}/SRT0.o ${LIBSA}/SRT1.o



Home | Main Index | Thread Index | Old Index