Commit 959a73a4 by Dara Hazeghi Committed by Jim Wilson

re PR bootstrap/10758 (bootstrap failure on HP-UX 11.22/IPF)

Patch from Dara Hazeghi.
PR bootstrap/10758
* doc/install.texi: Document requirements for ia64-*-hpux* target.

From-SVN: r69214
parent 204956e6
2003-07-10 Dara Hazeghi <dhazeghi@yahoo.com>
PR bootstrap/10758
* doc/install.texi: Document requirements for ia64-*-hpux* target.
2003-07-10 Roger Sayle <roger@eyesopen.com> 2003-07-10 Roger Sayle <roger@eyesopen.com>
* config/ia64/hpux.h (TARGET_C99_FUNCTIONS): Define. * config/ia64/hpux.h (TARGET_C99_FUNCTIONS): Define.
......
...@@ -1885,6 +1885,8 @@ GNU Compiler Collection on your machine. ...@@ -1885,6 +1885,8 @@ GNU Compiler Collection on your machine.
@item @item
@uref{#ia64-*-linux,,ia64-*-linux} @uref{#ia64-*-linux,,ia64-*-linux}
@item @item
@uref{#ia64-*-hpux*,,ia64-*-hpux*}
@item
@uref{#*-ibm-aix*,,*-ibm-aix*} @uref{#*-ibm-aix*,,*-ibm-aix*}
@item @item
@uref{#ip2k-*-elf,,ip2k-*-elf} @uref{#ip2k-*-elf,,ip2k-*-elf}
...@@ -2610,6 +2612,18 @@ more major ABI changes are expected. ...@@ -2610,6 +2612,18 @@ more major ABI changes are expected.
@html @html
<hr /> <hr />
@end html
@heading @anchor{ia64-*-hpux*}ia64-*-hpux*
Building GCC on this target requires the GNU Assembler. The bundled HP
assembler will not work. To prevent GCC from using the wrong assembler,
the option @option{--with-gnu-as} may be necessary.
The GCC libunwind library has not been ported to HPUX. This means that for
GCC versions 3.2.3 and earlier, @option{--enable-libunwind-exceptions}
is required to build GCC. For GCC 3.3 and later, this is the default.
@html
<hr />
<!-- rs6000-ibm-aix*, powerpc-ibm-aix* --> <!-- rs6000-ibm-aix*, powerpc-ibm-aix* -->
@end html @end html
@heading @anchor{*-ibm-aix*}*-ibm-aix* @heading @anchor{*-ibm-aix*}*-ibm-aix*
......
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