From a7417b3ca6d1ffc2642be18e7b166876a36df09c Mon Sep 17 00:00:00 2001 From: thorpej Date: Tue, 19 Sep 1995 23:28:06 +0000 Subject: [PATCH] Compile the kernel with -fno-builtin. --- sys/arch/alpha/conf/Makefile.alpha | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/alpha/conf/Makefile.alpha b/sys/arch/alpha/conf/Makefile.alpha index abec954b1fe8..c31935ace730 100644 --- a/sys/arch/alpha/conf/Makefile.alpha +++ b/sys/arch/alpha/conf/Makefile.alpha @@ -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 # @@ -34,7 +34,7 @@ ALPHA= ../.. INCLUDES= -I. -I$S/arch -I$S -I$S/sys 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} ### find out what to use for libkern