From 959a73a4faccd318a199640bac85d3a48f81b33d Mon Sep 17 00:00:00 2001 From: Dara Hazeghi Date: Fri, 11 Jul 2003 04:59:35 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ gcc/doc/install.texi | 14 ++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 339ccea8ebf8..5c7cfc4d08e2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-07-10 Dara Hazeghi + + PR bootstrap/10758 + * doc/install.texi: Document requirements for ia64-*-hpux* target. + 2003-07-10 Roger Sayle * config/ia64/hpux.h (TARGET_C99_FUNCTIONS): Define. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index a3378cce5938..32046c8f91c7 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} @@ -2608,6 +2610,18 @@ GCC 3.1 or later is recommended for compiling linux, the kernel. As of version 3.1 GCC is believed to be fully ABI compliant, and hence no more major ABI changes are expected. +@html +
+@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
-- 2.47.3