From: Gerald Pfeifer Date: Wed, 1 May 2024 09:18:19 +0000 (+0200) Subject: doc: Remove old details on libunwind for ia64-*-hpux* X-Git-Tag: basepoints/gcc-16~9464 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81f7965e63028c1289ae3b1836750da74b01bc4a;p=thirdparty%2Fgcc.git doc: Remove old details on libunwind for ia64-*-hpux* gcc: PR target/69374 * doc/install.texi (Specific) : Remove details on libunwind for GCC 3.4 and earlier. --- diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index b13c62ed2b7..4119304f66a 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -4316,12 +4316,6 @@ 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. -For gcc 3.4.3 and later, @option{--enable-libunwind-exceptions} is -removed and the system libunwind library will always be used. - @html