diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2003-11-21 17:53:20 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2003-11-21 17:53:20 +0000 |
commit | 86adfae0e33527eb43cda997ae105e35c1db89f3 (patch) | |
tree | a977257d6b4eb4444e4d2cc169523d2369d04f01 /sys/arch/mvme68k | |
parent | 46557c460e638d68a80ffefaf23ff0811af7f68f (diff) |
+ -fno-builtin-* on architectures confirmed to work.
Diffstat (limited to 'sys/arch/mvme68k')
-rw-r--r-- | sys/arch/mvme68k/conf/Makefile.mvme68k | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mvme68k/conf/Makefile.mvme68k b/sys/arch/mvme68k/conf/Makefile.mvme68k index 2c496b58a4a..4d3ca66aa5c 100644 --- a/sys/arch/mvme68k/conf/Makefile.mvme68k +++ b/sys/arch/mvme68k/conf/Makefile.mvme68k @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.mvme68k,v 1.23 2003/07/22 19:39:50 otto Exp $ +# $OpenBSD: Makefile.mvme68k,v 1.24 2003/11/21 17:53:19 espie Exp $ # This makefile is constructed from a machine description: # config machineid @@ -47,6 +47,7 @@ CMACHFLAGS+= -msoft-float .if ${IDENT:M-DNO_PROPOLICE} CMACHFLAGS+= -fno-stack-protector .endif +CMACHFLAGS+= -fno-builtin-printf -fno-builtin-log COPTS?= -O2 CFLAGS= ${DEBUG} ${COPTS} ${CWARNFLAGS} ${CMACHFLAGS} ${PIPE} |