Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libm No fenv for m68k with SOFTFLOAT for now - so at lea...
details: https://anonhg.NetBSD.org/src/rev/120f24ab097a
branches: trunk
changeset: 344446:120f24ab097a
user: martin <martin%NetBSD.org@localhost>
date: Wed Mar 30 07:44:06 2016 +0000
description:
No fenv for m68k with SOFTFLOAT for now - so at least it builds.
diffstat:
lib/libm/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 6e8c940c607c -r 120f24ab097a lib/libm/Makefile
--- a/lib/libm/Makefile Wed Mar 30 07:25:33 2016 +0000
+++ b/lib/libm/Makefile Wed Mar 30 07:44:06 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.176 2016/03/17 18:29:59 nros Exp $
+# $NetBSD: Makefile,v 1.177 2016/03/30 07:44:06 martin Exp $
#
# @(#)Makefile 5.1beta 93/09/24
#
@@ -140,10 +140,10 @@
e_log10.S e_remainder.S e_scalb.S e_sinh.S e_sqrt.S s_atan.S \
s_ceil.S s_copysign.S s_cos.S s_expm1.S s_finite.S s_floor.S \
s_log1p.S s_logb.S s_rint.S s_scalbn.S s_sin.S s_tan.S s_tanh.S
-.endif
COPTS.e_sqrtl.c += -DHAVE_FENV_H
COMMON_SRCS += fenv.c
.endif
+.endif
# end of m68k
.elif (${LIBC_MACHINE_ARCH} == "vax")
.PATH: ${.CURDIR}/arch/vax
Home |
Main Index |
Thread Index |
Old Index