]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
install.texi (*-ibm-aix*): Native as and ld required to bootstrap on AIX 5L.
authorDavid Edelsohn <edelsohn@gnu.org>
Wed, 4 Jun 2003 17:11:18 +0000 (17:11 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Wed, 4 Jun 2003 17:11:18 +0000 (13:11 -0400)
        * doc/install.texi (*-ibm-aix*): Native as and ld required
        to bootstrap on AIX 5L.

From-SVN: r67450

gcc/ChangeLog
gcc/doc/install.texi

index 548ba28ea86c8d0d3a94a3ea16d1d6656933dc67..e46b3294c37ece8e8c15a431b00f2d6c0deacccf 100644 (file)
@@ -1,3 +1,8 @@
+2003-06-04  David Edelsohn  <edelsohn@gnu.org>
+
+       * doc/install.texi (*-ibm-aix*): Native as and ld required
+       to bootstrap on AIX 5L.
+
 2003-06-04  Richard Henderson  <rth@redhat.com>
 
         * c-common.c (handle_cleanup_attribute): New.
index aaa8055f001e2fb46137f70b3679cc06d96acc64..051a65b489a27afaddbddb20564a871c87f53952 100644 (file)
@@ -2428,11 +2428,12 @@ does not provide a definition that will confuse @command{configure}.
 If this error occurs during stage2 or later, then the problem most likely
 is the version of Make (see above).
 
-The GNU Assembler incorrectly reports that it supports WEAK symbols on
-AIX which causes GCC to try to utilize weak symbol functionality although
-it is not supported on the platform.  The native @command{as} and
-@command{ld} still are recommended.  The native AIX tools do
-interoperate with GCC@.
+The native @command{as} and @command{ld} are recommended for bootstrapping
+on AIX 4 and required for bootstrapping on AIX 5L.  The GNU Assembler
+reports that it supports WEAK symbols on AIX 4, which causes GCC to try to
+utilize weak symbol functionality although it is not supported.  The GNU
+Assembler and Linker do not support AIX 5L sufficiently to bootstrap GCC.
+The native AIX tools do interoperate with GCC@.
 
 Building @file{libstdc++.a} requires a fix for an AIX Assembler bug
 APAR IY26685 (AIX 4.3) or APAR IY25528 (AIX 5.1).