aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/libmath/Makefile.am
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2000-10-30 21:30:30 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2000-10-30 21:30:30 +0000
commitb4b2a48720f16f18c0c085f1fc253b191de9496e (patch)
treeba017196d447af6f4985360c421d937ed36cf067 /libstdc++-v3/libmath/Makefile.am
parent747dcaf1dd85e67d04b2c1c8c609760d77e726fe (diff)
downloadgcc-b4b2a48720f16f18c0c085f1fc253b191de9496e.zip
gcc-b4b2a48720f16f18c0c085f1fc253b191de9496e.tar.gz
gcc-b4b2a48720f16f18c0c085f1fc253b191de9496e.tar.bz2
acinclude.m4 (GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT): Check for cabs, cabsf, and cabsl, too.
* acinclude.m4 (GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT): Check for cabs, cabsf, and cabsl, too. * aclocal.m4: Regenerated. * config.h.in: Likewise. * configure: Likewise. * libmath/Makefile.am (libmath_la_SOURCES): Remove cabs.c and cabsf.c. * libmath/Makefile.in: Regenerated. * libmath/complex-stub.h (cabs): Don't declare if the system already provides this function. (cabsf): Likewise. (cabsl): Likewise. * src/complex.cc (abs): Directly use `hypot' since we can't call cabs on IRIX. From-SVN: r37145
Diffstat (limited to 'libstdc++-v3/libmath/Makefile.am')
-rw-r--r--libstdc++-v3/libmath/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/libmath/Makefile.am b/libstdc++-v3/libmath/Makefile.am
index 03e9044..b114f54 100644
--- a/libstdc++-v3/libmath/Makefile.am
+++ b/libstdc++-v3/libmath/Makefile.am
@@ -46,7 +46,7 @@ libmath_la_LIBADD = \
libmath_la_DEPENDENCIES = $(libmath_la_LIBADD)
libmath_la_SOURCES = \
- signbit.c signbitf.c cabs.c cabsf.c
+ signbit.c signbitf.c
LINK = $(LIBTOOL) --mode=link "$(CCLD)" $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@