gcc-2.4.5's ffs() has been rendered safe for kernel compiling...
This commit is contained in:
parent
870dd3b285
commit
97c38bc76a
@ -1,6 +1,6 @@
|
||||
# Copyright 1990 W. Jolitz
|
||||
# from @(#)Makefile.i386 7.1 5/10/91
|
||||
# $Id: Makefile.i386,v 1.18 1993/07/12 11:58:27 cgd Exp $
|
||||
# $Id: Makefile.i386,v 1.19 1993/07/17 12:22:00 cgd Exp $
|
||||
#
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
@ -31,7 +31,7 @@ I386= ../..
|
||||
INCLUDES= -I. -I$S/arch -I$S -I$S/sys
|
||||
COPTS= ${INCLUDES} ${IDENT} -DKERNEL -Di386
|
||||
ASFLAGS=
|
||||
CFLAGS= -O ${COPTS} -fno-builtin
|
||||
CFLAGS= -O ${COPTS}
|
||||
|
||||
NORMAL_C= ${CC} -c ${CFLAGS} ${PROF} $<
|
||||
NORMAL_C_C= ${CC} -c ${CFLAGS} ${PROF} ${PARAM} $<
|
||||
|
Loading…
Reference in New Issue
Block a user