diff options
author | Gabriel Dos Reis <gdr@merlin.codesourcery.com> | 2001-07-10 12:55:05 +0000 |
---|---|---|
committer | Gabriel Dos Reis <gdr@gcc.gnu.org> | 2001-07-10 12:55:05 +0000 |
commit | 2253525c31f671de4be799d11abb46b244548180 (patch) | |
tree | 42f95de84cbf61619678a619861b8380ca917578 | |
parent | 10c2a453f15dea9dc69dbd9a373bff3cde0e9799 (diff) | |
download | gcc-2253525c31f671de4be799d11abb46b244548180.zip gcc-2253525c31f671de4be799d11abb46b244548180.tar.gz gcc-2253525c31f671de4be799d11abb46b244548180.tar.bz2 |
acinclude.m4: Don't AC_REPLACE_MATHFUNCS expf and atan2f.
* acinclude.m4: Don't AC_REPLACE_MATHFUNCS expf and atan2f.
* aclocal.m4: Regenerate.
* configure: Same.
From-SVN: r43898
-rw-r--r-- | libstdc++-v3/ChangeLog | 6 | ||||
-rw-r--r-- | libstdc++-v3/acinclude.m4 | 2 | ||||
-rw-r--r-- | libstdc++-v3/aclocal.m4 | 2 | ||||
-rwxr-xr-x | libstdc++-v3/configure | 4 |
4 files changed, 10 insertions, 4 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 83ca808..ece858c 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2001-07-10 Gabriel Dos Reis <gdr@merlin.codesourcery.com> + + * acinclude.m4: Don't AC_REPLACE_MATHFUNCS expf and atan2f. + * aclocal.m4: Regenerate. + * configure: Same. + 2001-07-09 Phil Edwards <pme@sources.redhat.com> * docs/html/configopts.html: Fix thinko. diff --git a/libstdc++-v3/acinclude.m4 b/libstdc++-v3/acinclude.m4 index 91f0110..09ee8eb 100644 --- a/libstdc++-v3/acinclude.m4 +++ b/libstdc++-v3/acinclude.m4 @@ -734,7 +734,7 @@ dnl GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT AC_DEFUN(GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT, [ dnl Check for complex versions of math functions of platform. AC_CHECK_LIB(m, main) - AC_REPLACE_MATHFUNCS(nan hypot hypotf atan2f expf copysignf) + AC_REPLACE_MATHFUNCS(nan hypot hypotf copysignf) dnl Compile the long double complex functions only if the function dnl provides the non-complex long double functions that are needed. diff --git a/libstdc++-v3/aclocal.m4 b/libstdc++-v3/aclocal.m4 index 74ddf83..70ad6d9 100644 --- a/libstdc++-v3/aclocal.m4 +++ b/libstdc++-v3/aclocal.m4 @@ -746,7 +746,7 @@ dnl GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT AC_DEFUN(GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT, [ dnl Check for complex versions of math functions of platform. AC_CHECK_LIB(m, main) - AC_REPLACE_MATHFUNCS(nan hypot hypotf atan2f expf copysignf) + AC_REPLACE_MATHFUNCS(nan hypot hypotf copysignf) dnl Compile the long double complex functions only if the function dnl provides the non-complex long double functions that are needed. diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index ecbee17..df20436 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -4174,7 +4174,7 @@ else echo "$ac_t""no" 1>&6 fi - for ac_func in nan hypot hypotf atan2f expf copysignf + for ac_func in nan hypot hypotf copysignf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:4181: checking for $ac_func" >&5 @@ -14973,7 +14973,7 @@ else echo "$ac_t""no" 1>&6 fi - for ac_func in nan hypot hypotf atan2f expf copysignf + for ac_func in nan hypot hypotf copysignf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:14980: checking for $ac_func" >&5 |