Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libm Non-softfloat m68k needs s_rintl.c.



details:   https://anonhg.NetBSD.org/src/rev/df7c49f86acd
branches:  trunk
changeset: 825656:df7c49f86acd
user:      he <he%NetBSD.org@localhost>
date:      Thu Jul 27 07:01:58 2017 +0000

description:
Non-softfloat m68k needs s_rintl.c.

diffstat:

 lib/libm/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e5876e7ae6e9 -r df7c49f86acd lib/libm/Makefile
--- a/lib/libm/Makefile Thu Jul 27 06:59:28 2017 +0000
+++ b/lib/libm/Makefile Thu Jul 27 07:01:58 2017 +0000
@@ -1,4 +1,4 @@
-#  $NetBSD: Makefile,v 1.193 2017/07/26 09:53:09 he Exp $
+#  $NetBSD: Makefile,v 1.194 2017/07/27 07:01:58 he Exp $
 #
 #  @(#)Makefile 5.1beta 93/09/24
 #
@@ -154,7 +154,7 @@
            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
-COMMON_SRCS += fenv.c s_nearbyint.c
+COMMON_SRCS += fenv.c s_nearbyint.c s_rintl.c
 .endif
 .endif
 # end of m68k



Home | Main Index | Thread Index | Old Index