Fix for some EGCS warnings.

This commit is contained in:
thorpej 1998-09-28 21:18:55 +00:00
parent 054397a8ac
commit 5caecb6ae0
2 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.bootprogs,v 1.2 1998/03/28 00:54:15 cgd Exp $
# $NetBSD: Makefile.bootprogs,v 1.3 1998/09/28 21:18:55 thorpej Exp $
S= ${.CURDIR}/../../../..
@ -26,7 +26,7 @@ AFLAGS += -DASSEMBLER
#CPPFLAGS+= -nostdinc -I${.OBJDIR}
CPPFLAGS+= -I${.OBJDIR}
CPPFLAGS += -D_STANDALONE -I${.CURDIR}/../.. -I${S}
CFLAGS = -Wall -Werror -mno-fp-regs -g
CFLAGS = ${CWARNFLAGS} -mno-fp-regs -g
# For descriptions of regions available to bootstrap programs, see
# section 3.4.1.2 (pp. III 3-14 - III 3-18) of the second edition of

View File

@ -1,7 +1,9 @@
# $NetBSD: Makefile.inc,v 1.12 1998/08/27 12:20:51 tv Exp $
# $NetBSD: Makefile.inc,v 1.13 1998/09/28 21:18:56 thorpej Exp $
BINDIR= /usr/mdec
CWARNFLAGS+= -Wall
HAVE_GCC28!= ${CC} --version | egrep "^(2\.8|egcs)" ; echo
.if (${HAVE_GCC28} != "")
CWARNFLAGS+= -Wno-main