Compile the kernel with -fno-builtin.
This commit is contained in:
parent
b903d705da
commit
a7417b3ca6
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile.alpha,v 1.6 1995/08/03 00:09:23 cgd Exp $
|
# $NetBSD: Makefile.alpha,v 1.7 1995/09/19 23:28:06 thorpej Exp $
|
||||||
#
|
#
|
||||||
# Makefile for NetBSD
|
# Makefile for NetBSD
|
||||||
#
|
#
|
||||||
|
@ -34,7 +34,7 @@ ALPHA= ../..
|
||||||
|
|
||||||
INCLUDES= -I. -I$S/arch -I$S -I$S/sys
|
INCLUDES= -I. -I$S/arch -I$S -I$S/sys
|
||||||
COPTS= ${INCLUDES} ${IDENT} -D_KERNEL
|
COPTS= ${INCLUDES} ${IDENT} -D_KERNEL
|
||||||
CFLAGS= -Werror -mno-fp-regs ${DEBUG} ${COPTS} -Dalpha
|
CFLAGS= -Werror -fno-builtin -mno-fp-regs ${DEBUG} ${COPTS} -Dalpha
|
||||||
AFLAGS= ${COPTS}
|
AFLAGS= ${COPTS}
|
||||||
|
|
||||||
### find out what to use for libkern
|
### find out what to use for libkern
|
||||||
|
|
Loading…
Reference in New Issue