summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2003-11-24 17:35:13 +0000
committerespie <espie@openbsd.org>2003-11-24 17:35:13 +0000
commita1bd3113239e325ec79d10fec86a3d2aa84c72cc (patch)
treef79445e2206b6bd1391582eb1692a916043e73aa
parentbye, bye, they moved. (diff)
downloadwireguard-openbsd-a1bd3113239e325ec79d10fec86a3d2aa84c72cc.tar.xz
wireguard-openbsd-a1bd3113239e325ec79d10fec86a3d2aa84c72cc.zip
-fno-builtin. okay dale `mvmeppc doesn't exist' rahn.
-rw-r--r--sys/arch/mvmeppc/conf/Makefile.mvmeppc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvmeppc/conf/Makefile.mvmeppc b/sys/arch/mvmeppc/conf/Makefile.mvmeppc
index 19a10aa58f4..77b0609ca3d 100644
--- a/sys/arch/mvmeppc/conf/Makefile.mvmeppc
+++ b/sys/arch/mvmeppc/conf/Makefile.mvmeppc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.mvmeppc,v 1.15 2003/07/22 19:39:50 otto Exp $
+# $OpenBSD: Makefile.mvmeppc,v 1.16 2003/11/24 17:35:13 espie Exp $
#
# Makefile for OpenBSD PowerPC
#
@@ -40,7 +40,7 @@ CPPFLAGS= ${INCLUDES} ${IDENT} -D_KERNEL \
-Dpowerpc -D__mvmeppc__
CWARNFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \
-Wno-uninitialized -Wno-format -Wno-main
-CMACHFLAGS= -msoft-float -Wa,-m7400
+CMACHFLAGS= -msoft-float -Wa,-m7400 -fno-builtin-printf -fno-builtin-log
.if ${IDENT:M-DNO_PROPOLICE}
CMACHFLAGS+= -fno-stack-protector
.endif