diff options
author | Phil Edwards <pme@sourceware.cygnus.com> | 2000-07-26 21:30:45 +0000 |
---|---|---|
committer | Phil Edwards <pme@gcc.gnu.org> | 2000-07-26 21:30:45 +0000 |
commit | 421173e6d334fe5b5d1701b8e730b19b5e132ad5 (patch) | |
tree | 5aad3931b03d6431708008c2808a0268916c7a0a /libstdc++-v3/configure.in | |
parent | 79d1334242dca47a8ecc4c1e70e25a636f6dfca3 (diff) | |
download | gcc-421173e6d334fe5b5d1701b8e730b19b5e132ad5.zip gcc-421173e6d334fe5b5d1701b8e730b19b5e132ad5.tar.gz gcc-421173e6d334fe5b5d1701b8e730b19b5e132ad5.tar.bz2 |
acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES): Test for GNU ld before trying to use any of its options.
2000-07-26 Phil Edwards <pme@sourceware.cygnus.com>
* acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES): Test for GNU ld
before trying to use any of its options.
(CHECK_MATH_DECL*,CHECK_BUILTIN_MATH_DECL*): Cache tests.
* aclocal.m4: Regenerate.
* configure.in: Having found GNU make, name it.
* configure: Regenerate.
* docs/install.html: Mention possible problems with caching.
* src/Makefile.am (CXXLINK): Use new OPT_LDFLAGS.
* src/Makefile.in: Regenerate.
* libio/Makefile.in: Regenerate.
* math/Makefile.in: Regenerate.
* Makefile.in: Regenerate.
From-SVN: r35269
Diffstat (limited to 'libstdc++-v3/configure.in')
-rw-r--r-- | libstdc++-v3/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/configure.in b/libstdc++-v3/configure.in index 2e71c76..d38f266 100644 --- a/libstdc++-v3/configure.in +++ b/libstdc++-v3/configure.in @@ -200,7 +200,7 @@ if test ! -f stamp-sanity-warned; then echo " faster => ${srcdir}/docs/configopts.html" echo " slower => <URL:http://sources.redhat.com/libstdc++/configopts.html>" echo "" - echo "before proceeding with make." + echo "before proceeding with ${_cv_gnu_make_command}." echo "" fi |