aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorRoman Lechtchinsky <rl@cs.tu-berlin.de>2001-09-12 14:54:37 +0000
committerGerald Pfeifer <pfeifer@dbai.tuwien.ac.at>2001-09-12 14:54:37 +0000
commit172f105a07e66ea50ccedd5f38b9f12c8b1e14e1 (patch)
treede3e83f22441a094e5312691722d63c293148f36 /gcc/doc
parentb28ccd323f776baccb29f0046d45597136b1f919 (diff)
* doc/install.texi (Specific, alphaev5-cray-unicosmk*): Document.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@45561 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/install.texi28
1 files changed, 28 insertions, 0 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index c3b40518617..dcbbc55f7ff 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -1275,6 +1275,8 @@ These lists are updated as new information becomes available.
@item
@uref{#alpha*-dec-osf*,,alpha*-dec-osf*}
@item
+@uref{#alphaev5-cray-unicosmk*,,alphaev5-cray-unicosmk*}
+@item
@uref{#arc-*-elf,,arc-*-elf}
@item
@uref{#arm-*-aout,,arm-*-aout}
@@ -1624,6 +1626,32 @@ provide a fix shortly.
</p>
<hr>
@end html
+@heading @anchor{alphaev5-cray-unicosmk*}alphaev5-cray-unicosmk*
+Cray T3E systems running Unicos/Mk.
+
+This port is incomplete and has many known bugs. We hope to improve the
+support for this target soon. Currently, only the C front end is supported,
+and it is not possible to build parallel applications. Cray modules are not
+supported; in particular, Craylibs are assumed to be in
+@file{/opt/ctl/craylibs/craylibs}.
+
+You absolutely @strong{must} use GNU make on this platform. Also, you
+need to tell GCC where to find the assembler and the linker. The
+simplest way to do so is by providing @option{--with-as} and
+@option{--with-ld} to @file{configure}, e.g.@:
+
+@samp{configure --with-as=/opt/ctl/bin/cam --with-ld=/opt/ctl/bin/cam
+--enable-languages=c}
+
+The comparison test during @samp{make bootstrap} fails on Unicos/Mk
+because the assembler inserts timestamps into object files. You should
+be able to work around this by doing @samp{make all} after getting this
+failure.
+
+@html
+</p>
+<hr>
+@end html
@heading @anchor{arc-*-elf}arc-*-elf
Argonaut ARC processor.
This configuration is intended for embedded systems.