diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2003-09-19 17:14:34 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2003-09-19 17:14:34 +0000 |
commit | 6a1dbbafd82fca442c0adbd449eaa38b38ea50cb (patch) | |
tree | bcaf154974105a543d7dedf9599c8d26efd6dd02 | |
parent | 86677d256e990d54441e8c456cef8cdf5d88aaa7 (diff) | |
download | gcc-6a1dbbafd82fca442c0adbd449eaa38b38ea50cb.zip gcc-6a1dbbafd82fca442c0adbd449eaa38b38ea50cb.tar.gz gcc-6a1dbbafd82fca442c0adbd449eaa38b38ea50cb.tar.bz2 |
install.texi (Specific): Add the specific versions of GCC where support for FreeBSD 1...
* doc/install.texi (Specific): Add the specific versions of GCC
where support for FreeBSD 1, HP-UX version 9 and older, and AIX
version 3 and older was discontinued.
From-SVN: r71581
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/doc/install.texi | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3955026..fbf3472 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2003-09-19 Gerald Pfeifer <gerald@pfeifer.com> + + * doc/install.texi (Specific): Add the specific versions of GCC + where support for FreeBSD 1, HP-UX version 9 and older, and AIX + version 3 and older was discontinued. + 2003-09-19 Joel Sherrill <joel@oarcorp.com> * config/m68k/t-m68kbare, config/m68k/t-rtems: Change 68681 to diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 84bede6..fcde3e8 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -2278,7 +2278,7 @@ The version of binutils installed in @file{/usr/bin} is known to work unless otherwise specified in any per-architecture notes. However, binutils 2.12.1 or greater is known to improve overall testsuite results. -FreeBSD 1 is no longer supported. +Support for FreeBSD 1 was discontinued in GCC 3.2. For FreeBSD 2 or any mutant a.out versions of FreeBSD 3: All configuration support and files as shipped with GCC 2.95 are still in @@ -2331,7 +2331,7 @@ longer a multiple of 2 bytes. <hr /> @end html @heading @anchor{hppa*-hp-hpux*}hppa*-hp-hpux* -HP-UX version 9 or older is no longer supported. +Support for HP-UX version 9 and older was discontinued in GCC 3.4. We @emph{highly} recommend using gas/binutils 2.8 or newer on all hppa platforms; you may encounter a variety of problems when using the HP @@ -2646,7 +2646,7 @@ is required to build GCC. For GCC 3.3 and later, this is the default. <!-- rs6000-ibm-aix*, powerpc-ibm-aix* --> @end html @heading @anchor{*-ibm-aix*}*-ibm-aix* -AIX version 3 or older is no longer supported. +Support for AIX version 3 and older was discontinued in GCC 3.4. AIX Make frequently has problems with GCC makefiles. GNU Make 3.79.1 or newer is recommended to build on this platform. |