Compile the kernel with -fno-builtin.
This commit is contained in:
parent
7d7396c414
commit
bca85a86b1
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.i386,v 1.57 1995/07/24 03:30:07 mycroft Exp $
|
||||
# $NetBSD: Makefile.i386,v 1.58 1995/09/19 23:25:29 thorpej Exp $
|
||||
# @(#)Makefile.hp300 8.2 (Berkeley) 1/23/94
|
||||
#
|
||||
# Makefile for NetBSD
|
||||
@ -35,7 +35,7 @@ I386= ../..
|
||||
|
||||
INCLUDES= -I. -I$S/arch -I$S -I$S/sys
|
||||
COPTS= ${INCLUDES} ${IDENT} -D_KERNEL -Di386
|
||||
CFLAGS= -O6 -Werror ${COPTS}
|
||||
CFLAGS= -O6 -Werror -fno-builtin ${COPTS}
|
||||
LOAD_ADDRESS= F8100000
|
||||
|
||||
### find out what to use for libkern
|
||||
|
Loading…
Reference in New Issue
Block a user