My acorn32 kernels now compile successfully without LOOSE_PROTOTYPES.

This commit is contained in:
bjh21 2002-02-18 16:34:13 +00:00
parent 9f4b2f24af
commit 23b31cf96e
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.acorn32,v 1.11 2002/01/25 17:22:35 thorpej Exp $
# $NetBSD: Makefile.acorn32,v 1.12 2002/02/18 16:34:13 bjh21 Exp $
# Makefile for NetBSD
#
@ -34,7 +34,6 @@ GENASSYM_EXTRAS+= ${ACORN32}/acorn32/genassym.cf
##
CPPFLAGS+= -Darm32
CWARNFLAGS+= -Wcomment
LOOSE_PROTOTYPES= yes
AFLAGS+= -x assembler-with-cpp
##