diff options
author | Martin Reindl <martin@cvs.openbsd.org> | 2006-09-26 23:14:53 +0000 |
---|---|---|
committer | Martin Reindl <martin@cvs.openbsd.org> | 2006-09-26 23:14:53 +0000 |
commit | ecd84bf31bad64b35b9fc94c35074f968296f988 (patch) | |
tree | 246df6a903613d5f3a22b7e50d663174c4c22d6b /sys | |
parent | 56a7dfc033f0d1f2e8fafbe18dade6b5311353f8 (diff) |
switch alpha to gcc3; joint work with drahn@ and brad@
ok drahn@ brad@ mickey@ deraadt@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/alpha/stand/Makefile.inc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/alpha/stand/Makefile.inc b/sys/arch/alpha/stand/Makefile.inc index 39bcbf06eab..dd81a0c79b3 100644 --- a/sys/arch/alpha/stand/Makefile.inc +++ b/sys/arch/alpha/stand/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.9 2005/12/30 02:03:48 millert Exp $ +# $OpenBSD: Makefile.inc,v 1.10 2006/09/26 23:14:52 martin Exp $ # $NetBSD: Makefile.inc,v 1.8 1997/04/06 08:39:38 cgd Exp $ .include <bsd.own.mk> # for ELF_TOOLCHAIN definition @@ -20,4 +20,6 @@ CPPFLAGS+= -D_STANDALONE XCPPFLAGS+= -DHEAP_LIMIT="0x${HEAP_LIMIT}" -CFLAGS+= -fno-stack-protector +CFLAGS+= -fno-stack-protector -fno-builtin-printf \ + -fno-builtin-vprintf -fno-builtin-putchar \ + -fno-builtin-puts |