diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2003-11-23 23:26:15 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2003-11-23 23:26:15 +0000 |
commit | 8d12f0595e8469d456a11f557e9f69dab4c2ca9e (patch) | |
tree | 78af42976d54030ea151fa35dd4706053cc5c916 /sys/arch/pegasos | |
parent | 372478507c629d79485fa9215c7b9418664700f2 (diff) |
-fno-builtin* checked by brad@
Diffstat (limited to 'sys/arch/pegasos')
-rw-r--r-- | sys/arch/pegasos/conf/Makefile.pegasos | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/pegasos/conf/Makefile.pegasos b/sys/arch/pegasos/conf/Makefile.pegasos index 65503fa82ef..dd5acf7037f 100644 --- a/sys/arch/pegasos/conf/Makefile.pegasos +++ b/sys/arch/pegasos/conf/Makefile.pegasos @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.pegasos,v 1.1 2003/10/31 03:54:33 drahn Exp $ +# $OpenBSD: Makefile.pegasos,v 1.2 2003/11/23 23:26:14 espie Exp $ # # Makefile for OpenBSD PowerPC # @@ -40,7 +40,7 @@ CPPFLAGS= ${INCLUDES} ${IDENT} -D_KERNEL \ -D__pegasos__ 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 |