doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / math-c++-tests
index 24aa810..796e3d1 100644 (file)
@@ -16,4 +16,6 @@ if ANSICXX
 TESTS += test-math-c++
 check_PROGRAMS += test-math-c++
 test_math_c___SOURCES = test-math-c++.cc test-math-c++2.cc
+# These link dependencies are needed on IRIX 6.5 with cc.
+test_math_c___LDADD = $(LDADD) $(COPYSIGNL_LIBM) $(RINT_LIBM) $(RINTL_LIBM)
 endif