]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR bootstrap/10758 (bootstrap failure on HP-UX 11.22/IPF)
authorDara Hazeghi <dhazeghi@yahoo.com>
Fri, 11 Jul 2003 04:59:35 +0000 (04:59 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Fri, 11 Jul 2003 04:59:35 +0000 (21:59 -0700)
Patch from Dara Hazeghi.
PR bootstrap/10758
* doc/install.texi: Document requirements for ia64-*-hpux* target.

From-SVN: r69214

gcc/ChangeLog
gcc/doc/install.texi

index 339ccea8ebf8bd2b9cfe24cd525ff59a379df7bd..5c7cfc4d08e2e9a10ccf707bf6f2212f2a1efd7c 100644 (file)
@@ -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.
index a3378cce59385b33abef46bc27aa9de387d7ef7b..32046c8f91c772887461932fd75aa028f68f934e 100644 (file)
@@ -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
+<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* -->