Module Name: src
Committed By: christos
Date: Sat Aug 27 09:15:44 UTC 2016
Modified Files:
src/lib/libm: Makefile
Log Message:
skip buggy assembly for libm_g.a
To generate a diff of this commit:
cvs rdiff -u -r1.183 -r1.184 src/lib/libm/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libm/Makefile
diff -u src/lib/libm/Makefile:1.183 src/lib/libm/Makefile:1.184
--- src/lib/libm/Makefile:1.183 Fri Aug 26 04:33:48 2016
+++ src/lib/libm/Makefile Sat Aug 27 05:15:44 2016
@@ -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 @@ ARCH_SRCS = e_acos.S e_asin.S e_atan2.S
# 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")