summaryrefslogtreecommitdiff
path: root/sys/arch/vax/conf
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2003-11-24 16:11:26 +0000
committerMarc Espie <espie@cvs.openbsd.org>2003-11-24 16:11:26 +0000
commit83d63ec64f6686e199ede5a023f8479d1d78673a (patch)
tree254e048f519ae96a24aa412438618f767e37c984 /sys/arch/vax/conf
parenta4fae87d20eb1efc40e15a64076c30f5853b836c (diff)
-fno-builtin, checked by millert@
Diffstat (limited to 'sys/arch/vax/conf')
-rw-r--r--sys/arch/vax/conf/Makefile.vax3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/vax/conf/Makefile.vax b/sys/arch/vax/conf/Makefile.vax
index cf11c06f5ca..abc031eaacb 100644
--- a/sys/arch/vax/conf/Makefile.vax
+++ b/sys/arch/vax/conf/Makefile.vax
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.vax,v 1.25 2003/07/22 19:39:50 otto Exp $
+# $OpenBSD: Makefile.vax,v 1.26 2003/11/24 16:11:25 espie Exp $
# $NetBSD: Makefile.vax,v 1.49 1999/07/26 05:20:49 cgd Exp $
# Makefile for OpenBSD/vax
@@ -70,6 +70,7 @@ CWARNFLAGS?= -Werror -Wall -Wmissing-prototypes -Wstrict-prototypes \
.if ${IDENT:M-DNO_PROPOLICE}
CMACHFLAGS+= -fno-stack-protector
.endif
+CMACHFLAGS+= -fno-builtin-printf -fno-builtin-log
CFLAGS= ${DEBUG} ${COPTS} ${CWARNFLAGS} ${CMACHFLAGS} ${PIPE}
AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE
LINKFLAGS= -N -Ttext 80000000 -e start