diff options
author | Ian Lance Taylor <iant@google.com> | 2010-12-02 18:06:19 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2010-12-02 18:06:19 +0000 |
commit | bec93d73dbbe3632a366dad2062cba051afcb944 (patch) | |
tree | d2d588b29b375f145ddbfb0843a4f197456c6e22 /gcc/doc | |
parent | aa3ef09bf596e90140e21d3e2c53f461e643ba7e (diff) | |
download | gcc-bec93d73dbbe3632a366dad2062cba051afcb944.zip gcc-bec93d73dbbe3632a366dad2062cba051afcb944.tar.gz gcc-bec93d73dbbe3632a366dad2062cba051afcb944.tar.bz2 |
configure.ac: Always set default for poststage1_ldflags to -static-libstdc++ -static-libgcc.
./: * configure.ac: Always set default for poststage1_ldflags to
-static-libstdc++ -static-libgcc.
gcc/:
* doc/install.texi (Configuration): Update default for
--with-boot-ldflags.
From-SVN: r167382
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/install.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index e67793a..5bdd35b 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1611,8 +1611,9 @@ of GCC. These are also used when linking GCC if configured with @item --with-boot-ldflags=@var{flags} This option may be used to set linker flags to be used when linking -stage 2 and later when bootstrapping GCC. By default no special flags -are used. +stage 2 and later when bootstrapping GCC. If neither --with-boot-libs +nor --with-host-libstdcxx is set to a value, then the default is +@samp{-static-libstdc++ -static-libgcc}. @item --with-boot-libs=@var{libs} This option may be used to set libraries to be used when linking stage 2 |