Commit b499d9ab by Janis Johnson Committed by Janis Johnson

install.texi (Specific, [...]): Document.

	* doc/install.texi (Specific, ia64-*-linux): Document.

Co-Authored-By: Jim Wilson <wilson@redhat.com>

From-SVN: r45812
parent e903c96a
2001-09-25 Janis Johnson <janis187@us.ibm.com>
Jim Wilson <wilson@redhat.com>
* doc/install.texi (Specific, ia64-*-linux): Document.
Tue Sep 25 17:13:56 CEST 2001 Jan Hubicka <jh@suse.cz>
* Makefile.in (cfgrtl.o): Add.
......
......@@ -1353,6 +1353,8 @@ These lists are updated as new information becomes available.
@item
@uref{#i860-intel-osf*,,i860-intel-osf*}
@item
@uref{#ia64-*-linux,,ia64-*-linux}
@item
@uref{#*-lynx-lynxos,,*-lynx-lynxos}
@item
@uref{#*-ibm-aix*,,*-ibm-aix*}
......@@ -2224,6 +2226,31 @@ These problems don't exist in operating system version 1.1.
</p>
<hr>
@end html
@heading @anchor{ia64-*-linux}ia64-*-linux
IA-64 processor (also known as IPF, or Itanium Processor Family)
running GNU/Linux.
The toolchain is not completely finished, so requirements will continue
to change.
GCC 3.0.1 and later require glibc 2.2.4.
GCC 3.0.2 requires binutils from 2001-09-05 or later.
GCC 3.0.1 requires binutils 2.11.1 or later.
None of the following versions of GCC has an ABI that is compatible
with any of the other versions in this list, with the exception that
Red Hat 2.96 and Trillian 000171 are compatible with each other:
3.0.2, 3.0.1, 3.0, Red Hat 2.96, and Trillian 000717.
This primarily affects C++ programs and programs that create shared libraries.
Because of these ABI incompatibilities, GCC 3.0.2 is not recommended for
user programs on GNU/Linux systems built using earlier compiler releases.
GCC 3.0.2 is recommended for compiling linux, the kernel.
GCC 3.0.2 is believed to be fully ABI compliant, and hence no more major
ABI changes are expected.
@html
</p>
<hr>
@end html
@heading @anchor{*-lynx-lynxos}*-lynx-lynxos
LynxOS 2.2 and earlier comes with GCC 1.x already installed as
@file{/bin/gcc}. You should compile with this instead of @file{/bin/cc}.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment