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/mac68k | |
parent | 46557c460e638d68a80ffefaf23ff0811af7f68f (diff) |
+ -fno-builtin-* on architectures confirmed to work.
Diffstat (limited to 'sys/arch/mac68k')
-rw-r--r-- | sys/arch/mac68k/conf/Makefile.mac68k | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mac68k/conf/Makefile.mac68k b/sys/arch/mac68k/conf/Makefile.mac68k index a688260ac58..1b98ecfe1a5 100644 --- a/sys/arch/mac68k/conf/Makefile.mac68k +++ b/sys/arch/mac68k/conf/Makefile.mac68k @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.mac68k,v 1.33 2003/07/22 19:39:50 otto Exp $ +# $OpenBSD: Makefile.mac68k,v 1.34 2003/11/21 17:53:19 espie Exp $ # $NetBSD: Makefile.mac68k,v 1.53 1997/04/15 06:11:38 scottr Exp $ # Makefile for OpenBSD @@ -40,7 +40,7 @@ CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL \ -Dmc68020 -Dmac68k CWARNFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \ -Wno-uninitialized -Wno-format -Wno-main -CMACHFLAGS= -msoft-float +CMACHFLAGS= -msoft-float -fno-builtin-printf -fno-builtin-log .if ${IDENT:M-DNO_PROPOLICE} CMACHFLAGS+= -fno-stack-protector .endif |