* doc/install.texi (Specific, alphaev5-cray-unicosmk*): Document.
authorRoman Lechtchinsky <rl@cs.tu-berlin.de>
Wed, 12 Sep 2001 14:54:37 +0000 (14:54 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Wed, 12 Sep 2001 14:54:37 +0000 (14:54 +0000)
From-SVN: r45561

gcc/ChangeLog
gcc/doc/install.texi

index e2178788ca7506f0d35d0cb521d88475937b0aea..4e749e671512b90ebef8b72f3cc374955b0b6521 100644 (file)
@@ -1,3 +1,7 @@
+2001-09-12  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
+
+       * doc/install.texi (Specific, alphaev5-cray-unicosmk*): Document.
+
 2001-09-11  Jim Wilson  <wilson@redhat.com>
 
        * alias.c (clear_reg_alias_info): Only handle pseudo registers.
index c3b405186173c19b43d384a34b721ac34ef31f60..dcbbc55f7ffe21079d93a72c64f540a316c37e83 100644 (file)
@@ -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}
@@ -1620,6 +1622,32 @@ To avoid this behavior, specify @option{-gstabs+} and use GDB instead of
 DBX@.  DEC is now aware of this problem with the assembler and hopes to
 provide a fix shortly.
 
+@html
+</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>