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/mac68k/conf | |
parent | 456310b08535d37855e7944dde48769d26b096db (diff) |
do not use -fno-builtin for kernels; the reasons why are manifold
Diffstat (limited to 'sys/arch/mac68k/conf')
-rw-r--r-- | sys/arch/mac68k/conf/Makefile.mac68k | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/mac68k/conf/Makefile.mac68k b/sys/arch/mac68k/conf/Makefile.mac68k index 5765e26f3e5..c960dd25725 100644 --- a/sys/arch/mac68k/conf/Makefile.mac68k +++ b/sys/arch/mac68k/conf/Makefile.mac68k @@ -35,7 +35,7 @@ MAC68K= ../.. INCLUDES= -I. -I$S/arch -I$S -I$S/sys COPTS= ${INCLUDES} ${IDENT} -D_KERNEL -DREFBIT -Dmac68k -CFLAGS= -O -Werror -fno-builtin ${COPTS} +CFLAGS= -O -Werror ${COPTS} ### Find out what to use for libkern. .include "$S/lib/libkern/Makefile.inc" |