Commit f0483418 by David Edelsohn Committed by David Edelsohn

install.texi (*-ibm-aix*): Native as and ld required to bootstrap on AIX 5L.

        * doc/install.texi (*-ibm-aix*): Native as and ld required
        to bootstrap on AIX 5L.

From-SVN: r67450
parent 0bfa5f65
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> 2003-06-04 Richard Henderson <rth@redhat.com>
* c-common.c (handle_cleanup_attribute): New. * c-common.c (handle_cleanup_attribute): New.
......
...@@ -2428,11 +2428,12 @@ does not provide a definition that will confuse @command{configure}. ...@@ -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 If this error occurs during stage2 or later, then the problem most likely
is the version of Make (see above). is the version of Make (see above).
The GNU Assembler incorrectly reports that it supports WEAK symbols on The native @command{as} and @command{ld} are recommended for bootstrapping
AIX which causes GCC to try to utilize weak symbol functionality although on AIX 4 and required for bootstrapping on AIX 5L. The GNU Assembler
it is not supported on the platform. The native @command{as} and reports that it supports WEAK symbols on AIX 4, which causes GCC to try to
@command{ld} still are recommended. The native AIX tools do utilize weak symbol functionality although it is not supported. The GNU
interoperate with GCC@. 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 Building @file{libstdc++.a} requires a fix for an AIX Assembler bug
APAR IY26685 (AIX 4.3) or APAR IY25528 (AIX 5.1). APAR IY26685 (AIX 4.3) or APAR IY25528 (AIX 5.1).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment