Compile the kernel with -Werror and -fno-builtin

This commit is contained in:
thorpej 1995-09-19 23:32:21 +00:00
parent 065ee11549
commit 5ac5b98a9c
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.amiga,v 1.24 1995/06/24 20:41:28 christos Exp $
# $NetBSD: Makefile.amiga,v 1.25 1995/09/19 23:32:21 thorpej Exp $
# @(#)Makefile.hp300 7.10 (Berkeley) 6/27/91
#
@ -35,7 +35,7 @@ AMIGA= ../..
INCLUDES= -I. -I$S/arch -I$S -I$S/sys
COPTS= ${INCLUDES} ${IDENT} -D_KERNEL -Dmc68020 -Damiga
CFLAGS= -O -mc68020 -m68881 ${COPTS}
CFLAGS= -O -Werror -fno-builtin -mc68020 -m68881 ${COPTS}
### find out what to use for libkern
.include "$S/lib/libkern/Makefile.inc"