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/vax/conf | |
parent | 456310b08535d37855e7944dde48769d26b096db (diff) |
do not use -fno-builtin for kernels; the reasons why are manifold
Diffstat (limited to 'sys/arch/vax/conf')
-rw-r--r-- | sys/arch/vax/conf/Makefile.vax | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/vax/conf/Makefile.vax b/sys/arch/vax/conf/Makefile.vax index ba04c06ccb5..0443a62c2e0 100644 --- a/sys/arch/vax/conf/Makefile.vax +++ b/sys/arch/vax/conf/Makefile.vax @@ -30,7 +30,7 @@ VAX= ../.. INCLUDES= -I. -I$S/arch -I$S -I$S/sys COPTS= ${INCLUDES} ${IDENT} -D_KERNEL -D_VAX_INLINE_ AOPTS= ${COPTS} -DASSEMBLER -CFLAGS= -Werror -fno-builtin ${COPTS} +CFLAGS= -Werror ${COPTS} LOAD_ADDRESS=80000000 ### find out what to use for libkern |