diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-12-08 01:42:52 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-12-08 01:42:52 +0000 |
commit | 68b88e8694ece9d7c01e416f3586d3e72157d6ea (patch) | |
tree | dd22e385b3dae9a0e496ba4cc1c0886e5b4296f9 /gcc/install.texi | |
parent | c85d081f3b59c15fa70f349bdc57309e70d3b9cf (diff) | |
download | gcc-68b88e8694ece9d7c01e416f3586d3e72157d6ea.tar.gz |
Updates from gcc-2.8 test tarball to current gcc-2.8 tarball.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17002 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/install.texi')
-rw-r--r-- | gcc/install.texi | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/gcc/install.texi b/gcc/install.texi index 68b68792661..bb60f0aa70f 100644 --- a/gcc/install.texi +++ b/gcc/install.texi @@ -792,12 +792,16 @@ from @file{sunsite.unc.edu:/pub/Linux/GCC} and other mirror sites for Linux-based GNU systems. @item arm-*-riscix -The ARM2 or ARM3 processor running RISC iX, Acorn's port of BSD Unix. If -you are running a version of RISC iX prior to 1.2 then you must specify -the version number during configuration. Note that the assembler -shipped with RISC iX does not support stabs debugging information; a -new version of the assembler, with stabs support included, is now -available from Acorn. +The ARM2 or ARM3 processor running RISC iX, Acorn's port of BSD Unix. +If you are running a version of RISC iX prior to 1.2 then you must +specify the version number during configuration. Note that the +assembler shipped with RISC iX does not support stabs debugging +information; a new version of the assembler, with stabs support +included, is now available from Acorn and via ftp +@file{ftp.acorn.com:/pub/riscix/as+xterm.tar.Z}. To enable stabs +debugging, pass @samp{--with-gnu-as} to configure. + +You will need to install GNU @file{sed} before you can run configure. @item a29k AMD Am29k-family processors. These are normally used in embedded |