summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/conf
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2003-11-20 08:38:53 +0000
committerMarc Espie <espie@cvs.openbsd.org>2003-11-20 08:38:53 +0000
commitbb74393f24299e233b09556b2569f01f91bdce33 (patch)
tree23fb76f92cb6babedd274d3bb2ffbf05a3b236b4 /sys/arch/hppa/conf
parentf06b37cb832557d06a2debae7789638e69fd54de (diff)
Add -fno-builtin-print -fno-builtin-log to i386/sparc/sparc64/hppa.
No confirmed report of `this work' for other arches yet...
Diffstat (limited to 'sys/arch/hppa/conf')
-rw-r--r--sys/arch/hppa/conf/Makefile.hppa4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/conf/Makefile.hppa b/sys/arch/hppa/conf/Makefile.hppa
index 21ba046c54b..97fdfc567a8 100644
--- a/sys/arch/hppa/conf/Makefile.hppa
+++ b/sys/arch/hppa/conf/Makefile.hppa
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.hppa,v 1.22 2003/10/31 01:58:57 mickey Exp $
+# $OpenBSD: Makefile.hppa,v 1.23 2003/11/20 08:38:52 espie Exp $
# Makefile for OpenBSD
#
@@ -39,7 +39,7 @@ CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL \
CWARNFLAGS= -Werror -Wall -Wstrict-prototypes -Wno-uninitialized \
-Wno-format -Wno-main
CMACHFLAGS= -mfast-indirect-calls -mportable-runtime -mno-space-regs \
- -fno-stack-protector
+ -fno-stack-protector -fno-builtin-printf -fno-builtin-log
COPTS?= -Os
CFLAGS= ${DEBUG} ${COPTS} ${CWARNFLAGS} ${CMACHFLAGS} ${PIPE}
AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE