diff options
author | Gerald Pfeifer <gp@suse.de> | 2003-11-19 16:13:44 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2003-11-19 16:13:44 +0000 |
commit | 4550b19eb23aee6231bb2f30567d78c4613b4c62 (patch) | |
tree | f35500a922fd0900ad248347c7fe4eb20243ab82 /gcc | |
parent | e9b926d1ccc4ae49f2c55faeee60c80ad9e778ca (diff) | |
download | gcc-4550b19eb23aee6231bb2f30567d78c4613b4c62.zip gcc-4550b19eb23aee6231bb2f30567d78c4613b4c62.tar.gz gcc-4550b19eb23aee6231bb2f30567d78c4613b4c62.tar.bz2 |
install.texi (Specific): Remove information on old versions of glibc versus old versions of GCC.
* doc/install.texi (Specific): Remove information on old versions
of glibc versus old versions of GCC.
From-SVN: r73738
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/install.texi | 14 |
2 files changed, 5 insertions, 14 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9c1b245..a23c7c6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-11-19 Gerald Pfeifer <gp@suse.de> + + * doc/install.texi (Specific): Remove information on old versions + of glibc versus old versions of GCC. + 2003-11-19 Richard SAndiford <rsandifo@redhat.com> * emit-rtl.c (gen_lowpart): Don't force MEMs into a register unless diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index a62b929..ac8ddfc 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -2641,20 +2641,6 @@ Versions of libstdc++-v3 starting with 3.2.1 require bugfixes present in glibc 2.2.5 and later. More information is available in the libstdc++-v3 documentation. -If you use glibc 2.2 (or 2.1.9x), GCC 2.95.2 won't install -out-of-the-box. You'll get compile errors while building @samp{libstdc++}. -The patch @uref{glibc-2.2.patch,,glibc-2.2.patch}, that is to be -applied in the GCC source tree, fixes the compatibility problems. - -Currently Glibc 2.2.3 (and older releases) and GCC 3.0 are out of sync -since the latest exception handling changes for GCC@. Compiling glibc -with GCC 3.0 will give a binary incompatible glibc and therefore cause -lots of problems and might make your system completely unusable. This -will definitely need fixes in glibc but might also need fixes in GCC@. We -strongly advise to wait for glibc 2.2.4 and to read the release notes of -glibc 2.2.4 whether patches for GCC 3.0 are needed. You can use glibc -2.2.3 with GCC 3.0, just do not try to recompile it. - @html <hr /> @end html |