diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-11-13 06:49:56 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-11-13 06:49:56 +0000 |
commit | 0bfd5c1083b57afe3844e23f9ae36a047de1f87e (patch) | |
tree | d35354c81857a6a8648ab9407c30db08da90e7b0 /sys/arch/alpha | |
parent | 456310b08535d37855e7944dde48769d26b096db (diff) |
do not use -fno-builtin for kernels; the reasons why are manifold
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/conf/Makefile.alpha | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/alpha/conf/Makefile.alpha b/sys/arch/alpha/conf/Makefile.alpha index c31935ace73..4d1ef6f0cb8 100644 --- a/sys/arch/alpha/conf/Makefile.alpha +++ b/sys/arch/alpha/conf/Makefile.alpha @@ -34,7 +34,7 @@ ALPHA= ../.. INCLUDES= -I. -I$S/arch -I$S -I$S/sys COPTS= ${INCLUDES} ${IDENT} -D_KERNEL -CFLAGS= -Werror -fno-builtin -mno-fp-regs ${DEBUG} ${COPTS} -Dalpha +CFLAGS= -Werror -mno-fp-regs ${DEBUG} ${COPTS} -Dalpha AFLAGS= ${COPTS} ### find out what to use for libkern |