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/alpha/conf | |
parent | 46557c460e638d68a80ffefaf23ff0811af7f68f (diff) |
+ -fno-builtin-* on architectures confirmed to work.
Diffstat (limited to 'sys/arch/alpha/conf')
-rw-r--r-- | sys/arch/alpha/conf/Makefile.alpha | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/Makefile.alpha b/sys/arch/alpha/conf/Makefile.alpha index 880507caec7..661b5e2a563 100644 --- a/sys/arch/alpha/conf/Makefile.alpha +++ b/sys/arch/alpha/conf/Makefile.alpha @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.alpha,v 1.31 2003/07/22 19:39:50 otto Exp $ +# $OpenBSD: Makefile.alpha,v 1.32 2003/11/21 17:53:19 espie Exp $ # $NetBSD: Makefile.alpha,v 1.27 1996/12/01 06:12:25 jonathan Exp $ # Makefile for OpenBSD @@ -34,7 +34,7 @@ CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL -Dalpha CDIAGFLAGS?= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \ -Wno-uninitialized -Wno-format -Wno-main -CMACHFLAGS= -mno-fp-regs +CMACHFLAGS= -mno-fp-regs -fno-builtin-printf -fno-builtin-log .if ${IDENT:M-DNO_PROPOLICE} CMACHFLAGS+= -fno-stack-protector .endif |