diff options
author | Dara Hazeghi <dhazeghi@yahoo.com> | 2003-07-11 04:59:35 +0000 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 2003-07-10 21:59:35 -0700 |
commit | 959a73a4faccd318a199640bac85d3a48f81b33d (patch) | |
tree | 3de65ff20bde902d16e9beecf694d02030177be5 /gcc | |
parent | 204956e6f7106cfe055e5b6181bbe394ea143229 (diff) | |
download | gcc-959a73a4faccd318a199640bac85d3a48f81b33d.zip gcc-959a73a4faccd318a199640bac85d3a48f81b33d.tar.gz gcc-959a73a4faccd318a199640bac85d3a48f81b33d.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/install.texi | 14 |
2 files changed, 19 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 339ccea..5c7cfc4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +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> * config/ia64/hpux.h (TARGET_C99_FUNCTIONS): Define. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index a3378cc..32046c8 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1885,6 +1885,8 @@ GNU Compiler Collection on your machine. @item @uref{#ia64-*-linux,,ia64-*-linux} @item +@uref{#ia64-*-hpux*,,ia64-*-hpux*} +@item @uref{#*-ibm-aix*,,*-ibm-aix*} @item @uref{#ip2k-*-elf,,ip2k-*-elf} @@ -2610,6 +2612,18 @@ more major ABI changes are expected. @html <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* --> @end html @heading @anchor{*-ibm-aix*}*-ibm-aix* |