aboutsummaryrefslogtreecommitdiff
path: root/gcc/install.texi
diff options
context:
space:
mode:
authorGerald Pfeifer <pfeifer@dbai.tuwien.ac.at>2000-12-02 03:11:31 +0100
committerGerald Pfeifer <gerald@gcc.gnu.org>2000-12-02 02:11:31 +0000
commita325caa035f69d73c6d0bbcd3a2645299b19f4c3 (patch)
tree4eb066b3dbcbc36118103ba02293b3cac8f37f1b /gcc/install.texi
parent3808a17d78e26699a6a0aa8b800c8b16f488be00 (diff)
downloadgcc-a325caa035f69d73c6d0bbcd3a2645299b19f4c3.zip
gcc-a325caa035f69d73c6d0bbcd3a2645299b19f4c3.tar.gz
gcc-a325caa035f69d73c6d0bbcd3a2645299b19f4c3.tar.bz2
install.texi (Configurations): Remove obsolete documentation for hppa*-*-*.
* install.texi (Configurations): Remove obsolete documentation for hppa*-*-*. From-SVN: r37942
Diffstat (limited to 'gcc/install.texi')
-rw-r--r--gcc/install.texi25
1 files changed, 0 insertions, 25 deletions
diff --git a/gcc/install.texi b/gcc/install.texi
index b8de3c8..e51b3b3 100644
--- a/gcc/install.texi
+++ b/gcc/install.texi
@@ -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.