We no longer need -fno-builtin; syscall namespace has been cleaned up a bit.

This commit is contained in:
thorpej 1995-10-22 06:05:21 +00:00
parent ca9d87a5e5
commit af18124282
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.hp300,v 1.27 1995/10/18 22:50:15 thorpej Exp $
# $NetBSD: Makefile.hp300,v 1.28 1995/10/22 06:05:21 thorpej Exp $
# @(#)Makefile.hp300 8.2 (Berkeley) 1/23/94
#
@ -36,7 +36,7 @@ HP300= ../..
INCLUDES= -I. -I$S/arch -I$S -I$S/sys
COPTS= ${INCLUDES} ${IDENT} -D_KERNEL -Dmc68020 -Dhp300 -DFPCOPROC
CFLAGS= -O6 -Werror -fno-builtin ${COPTS}
CFLAGS= -O6 -Werror ${COPTS}
### find out what to use for libkern
.include "$S/lib/libkern/Makefile.inc"