summaryrefslogtreecommitdiff
path: root/sys/arch/pc532/conf
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-11-13 06:49:56 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-11-13 06:49:56 +0000
commit0bfd5c1083b57afe3844e23f9ae36a047de1f87e (patch)
treed35354c81857a6a8648ab9407c30db08da90e7b0 /sys/arch/pc532/conf
parent456310b08535d37855e7944dde48769d26b096db (diff)
do not use -fno-builtin for kernels; the reasons why are manifold
Diffstat (limited to 'sys/arch/pc532/conf')
-rw-r--r--sys/arch/pc532/conf/Makefile.pc5322
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/pc532/conf/Makefile.pc532 b/sys/arch/pc532/conf/Makefile.pc532
index a1fd431b9bd..26283e7f2d9 100644
--- a/sys/arch/pc532/conf/Makefile.pc532
+++ b/sys/arch/pc532/conf/Makefile.pc532
@@ -39,7 +39,7 @@ PC532= ../..
INCLUDES= -I. -I$S -I$S/sys -I${PC532}
COPTS= ${INCLUDES} ${IDENT} -D_KERNEL
ASFLAGS=
-CFLAGS= -O -Werror -fno-builtin -msb ${COPTS}
+CFLAGS= -O -Werror -msb ${COPTS}
### find out what to use for libkern
.include "$S/lib/libkern/Makefile.inc"