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/docs | |
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/docs')
-rw-r--r-- | libstdc++-v3/docs/install.html | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/libstdc++-v3/docs/install.html b/libstdc++-v3/docs/install.html index c6854e7..e395861 100644 --- a/libstdc++-v3/docs/install.html +++ b/libstdc++-v3/docs/install.html @@ -9,7 +9,7 @@ <TITLE>libstdc++-v3 Installation Instructions</TITLE> <LINK REL="home" HREF="http://sources.redhat.com/libstdc++/"> <LINK REL=StyleSheet HREF="lib3styles.css"> -<!-- $Id: install.html,v 1.4 2000/06/27 15:56:17 pme Exp $ --> +<!-- $Id: install.html,v 1.5 2000/07/11 21:45:07 pme Exp $ --> </HEAD> <BODY> @@ -268,6 +268,15 @@ message when compiling stringMAIN.cc, see <A HREF="#Werror">the resolution at the end of this document</A>. </P> + <P>If you are rebuilding from a previous build [attempt], some + information is kept in a cache file. This is stored in + <EM>gccbuilddir/cpu-vendor-OS/</EM> if you are building with + multilibs (the default), or in + <EM>gccbuilddir/cpu-vendor-OS/</EM>libstdc++-v3 if you have + multilibs disabled. The filename is config.cache; if previous + information is causing problems, you can delete it entirely, or + simply edit it and remove lines. + </P> <P>You're done. Now install the rebuilt pieces with <PRE> make install</PRE> @@ -383,7 +392,7 @@ Comments and suggestions are welcome, and may be sent to <A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or <A HREF="mailto:gdr@egcs.cygnus.com">Gabriel Dos Reis</A>. -<BR> $Id: install.html,v 1.4 2000/06/27 15:56:17 pme Exp $ +<BR> $Id: install.html,v 1.5 2000/07/11 21:45:07 pme Exp $ </EM></P> |