Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libm skip buggy assembly for libm_g.a
details: https://anonhg.NetBSD.org/src/rev/2dd497dba162
branches: trunk
changeset: 347471:2dd497dba162
user: christos <christos%NetBSD.org@localhost>
date: Sat Aug 27 09:15:44 2016 +0000
description:
skip buggy assembly for libm_g.a
diffstat:
lib/libm/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r abdf973067b7 -r 2dd497dba162 lib/libm/Makefile
--- a/lib/libm/Makefile Sat Aug 27 09:11:56 2016 +0000
+++ b/lib/libm/Makefile Sat Aug 27 09:15:44 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.183 2016/08/26 08:33:48 christos Exp $
+# $NetBSD: Makefile,v 1.184 2016/08/27 09:15:44 christos Exp $
#
# @(#)Makefile 5.1beta 93/09/24
#
@@ -113,7 +113,7 @@
# do not pick up the i387 asm version for the following functions;
# it is incorrect
.for f in modf ilogb ilogbl ilogbf
-s_${f}.o s_${f}.pico s_${f}.po s_${f}.d: s_${f}.c
+s_${f}.o s_${f}.pico s_${f}.po s_${f}.go s_${f}.d: s_${f}.c
.endfor
.if (${MACHINE_ARCH} == "i386")
Home |
Main Index |
Thread Index |
Old Index