]> gcc.gnu.org Git - gcc.git/commitdiff
install.texi (Configurations): Remove obsolete documentation for hppa*-*-*.
authorGerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
Sat, 2 Dec 2000 02:11:31 +0000 (03:11 +0100)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Sat, 2 Dec 2000 02:11:31 +0000 (02:11 +0000)
* install.texi (Configurations): Remove obsolete documentation for
hppa*-*-*.

From-SVN: r37942

gcc/ChangeLog
gcc/install.texi

index b29623a3db5a95a70c11c7a6d4cd5f6031149df8..5411cdc0c2b56a972d28b62598bfb955c6a5fc72 100644 (file)
@@ -1,3 +1,8 @@
+2000-12-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
+
+       * install.texi (Configurations): Remove obsolete documentation for
+       hppa*-*-*.
+
 2000-12-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
 
        * install.texi (Installation): Remove obsolete description for
index b8de3c80d99cceb09b8353e1b9c1cc15b9372f3d..e51b3b3e338ca7223985112ebbe8b496cbe7597a 100644 (file)
@@ -1011,31 +1011,6 @@ All code must be recompiled.  The calling convention now passes the
 first three arguments in function calls in registers.  Structures are no
 longer a multiple of 2 bytes.
 
-@item hppa*-*-*
-There are several variants of the HP-PA processor which run a variety
-of operating systems.  GNU CC must be configured to use the correct
-processor type and operating system, or GNU CC will not function correctly.
-The easiest way to handle this problem is to @emph{not} specify a target
-when configuring GNU CC, the @file{configure} script will try to automatically
-determine the right processor type and operating system.
-
-@samp{-g} does not work on HP-UX, since that system uses a peculiar
-debugging format which GNU CC does not know about.  However, @samp{-g}
-will work if you also use GAS and GDB in conjunction with GCC.  We
-highly recommend using GAS for all HP-PA configurations.
-
-You should be using GAS-2.6 (or later) along with GDB-4.16 (or later).  These
-can be retrieved from all the traditional GNU ftp archive sites.
-
-On some versions of HP-UX, you will need to install GNU @file{sed}.
-
-You will need to be install GAS into a directory before @code{/bin},
-@code{/usr/bin}, and @code{/usr/ccs/bin} in your search path.  You
-should install GAS before you build GNU CC.
-
-To enable debugging, you must configure GNU CC with the @samp{--with-gnu-as}
-option before building.
-
 @item i370-*-*
 This port is very preliminary and has many known bugs.  We hope to
 have a higher-quality port for this machine soon.
This page took 0.076395 seconds and 5 git commands to generate.