summaryrefslogtreecommitdiff
path: root/lib/libm/Makefile
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-08-28 21:44:21 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-08-28 21:44:21 +0000
commit489d4404a7bcf6205bd668e9058de4536db72619 (patch)
treef9ae305a01965beef99157cb8593b330b43119c7 /lib/libm/Makefile
parentabf2f56438875aba681ebf33d1a89f65813d45b6 (diff)
The sparc workaround is needed for sparc64 too.
Diffstat (limited to 'lib/libm/Makefile')
-rw-r--r--lib/libm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libm/Makefile b/lib/libm/Makefile
index 5a9790483cb..d3dfac25062 100644
--- a/lib/libm/Makefile
+++ b/lib/libm/Makefile
@@ -1,5 +1,5 @@
# $NetBSD: Makefile,v 1.28 1995/11/20 22:06:19 jtc Exp $
-# $OpenBSD: Makefile,v 1.24 2001/06/26 22:38:44 miod Exp $
+# $OpenBSD: Makefile,v 1.25 2001/08/28 21:44:20 art Exp $
#
# @(#)Makefile 5.1beta 93/09/24
#
@@ -47,7 +47,7 @@
CFLAGS+= -D__LIBM_PRIVATE -D_USE_WRITE
-.if (${MACHINE_ARCH} == "sparc")
+.if (${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "sparc64")
CFLAGS+= -O0
.endif