summaryrefslogtreecommitdiff
path: root/lib/libm
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2012-09-15 13:15:23 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2012-09-15 13:15:23 +0000
commit707715b86a7c4e71acbf1029800283246c6b15f8 (patch)
treef643ca66d7e600279562525fffd9670c1aaea1fd /lib/libm
parent475217bb4f831d60e9fcb34369cde7454c579e4d (diff)
m88k does not have the m68k long double type actually (long double == double
on this platform), so don't pretend it does, and don't build long double libm routines.
Diffstat (limited to 'lib/libm')
-rw-r--r--lib/libm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libm/Makefile b/lib/libm/Makefile
index 82d7fd61a0d..46220d0743e 100644
--- a/lib/libm/Makefile
+++ b/lib/libm/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.100 2012/09/04 03:10:42 okan Exp $
+# $OpenBSD: Makefile,v 1.101 2012/09/15 13:15:22 miod Exp $
# $NetBSD: Makefile,v 1.28 1995/11/20 22:06:19 jtc Exp $
#
# @(#)Makefile 5.1beta 93/09/24
@@ -161,7 +161,7 @@ SRCS= ${NOIEEE_SRCS} ${NOIEEE_ARCH}
.else
SRCS= ${COMMON_SRCS}
.if (${MACHINE_ARCH} == "amd64") || (${MACHINE_ARCH} == "i386") || \
- (${MACHINE_ARCH} == "m68k") || (${MACHINE_ARCH} == "m88k")
+ (${MACHINE_ARCH} == "m68k")
.PATH: ${.CURDIR}/src/ld80
CPPFLAGS+= -I${.CURDIR}/src -I${.CURDIR}/src/ld80
SRCS+= ${LONG_SRCS}