summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2003-12-21 16:03:34 +0000
committerespie <espie@openbsd.org>2003-12-21 16:03:34 +0000
commitace7724fdc8ed3156445bde541ffe3358f262bee (patch)
tree97b19cd6f1cc926615ad97a054173f62d65f7259
parentKill non-standard kernel printf %: braindead extension for good. (diff)
downloadwireguard-openbsd-ace7724fdc8ed3156445bde541ffe3358f262bee.tar.xz
wireguard-openbsd-ace7724fdc8ed3156445bde541ffe3358f262bee.zip
-fno-builtin-* finally tested
-rw-r--r--sys/arch/mvme88k/conf/Makefile.mvme88k5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/conf/Makefile.mvme88k b/sys/arch/mvme88k/conf/Makefile.mvme88k
index 27876e0e004..7c7f41b7317 100644
--- a/sys/arch/mvme88k/conf/Makefile.mvme88k
+++ b/sys/arch/mvme88k/conf/Makefile.mvme88k
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.mvme88k,v 1.30 2003/10/11 22:08:55 miod Exp $
+# $OpenBSD: Makefile.mvme88k,v 1.31 2003/12/21 16:03:34 espie Exp $
#
# Makefile for OpenBSD
#
@@ -37,7 +37,8 @@ INCLUDES= -nostdinc -I. -I$S/arch -I$S
CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL -Dmvme88k -Dm88k
CWARNFLAGS= -Wall -Werror -Wmissing-prototypes \
-Wno-uninitialized -Wno-format -Wno-main -Wstrict-prototypes
-CMACHFLAGS= -mno-check-zero-division -mmemcpy
+CMACHFLAGS= -mno-check-zero-division -mmemcpy \
+ -fno-builtin-printf -fno-builtin-log
.if ${IDENT:M-DNO_PROPOLICE}
CMACHFLAGS+= -fno-stack-protector
.endif