summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2004-04-06 00:21:19 +0000
committerBrad Smith <brad@cvs.openbsd.org>2004-04-06 00:21:19 +0000
commit7659e7c21e0c15158b3b2385ba3bfcd3361966a7 (patch)
tree5ace2e0996036e8069a6c741d9471181bbe681d3 /lib
parent430150a3045a9fe82b3c237bd25847eb10ad6408 (diff)
remove optimization workaround for sparc64 now that we're using gcc3.
ok deraadt@
Diffstat (limited to 'lib')
-rw-r--r--lib/libm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libm/Makefile b/lib/libm/Makefile
index 2557feb565e..ecd161b5e1c 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.33 2004/02/28 18:46:27 deraadt Exp $
+# $OpenBSD: Makefile,v 1.34 2004/04/06 00:21:18 brad Exp $
#
# @(#)Makefile 5.1beta 93/09/24
#
@@ -47,7 +47,7 @@
CFLAGS+= -D__LIBM_PRIVATE -D_USE_WRITE
-.if (${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "sparc64")
+.if (${MACHINE_ARCH} == "sparc")
CFLAGS+= -O0
.endif