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

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

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

From-SVN: r45812
This commit is contained in:
Janis Johnson 2001-09-25 21:17:34 +00:00 committed by Janis Johnson
parent e903c96af0
commit b499d9ab48
2 changed files with 32 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -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*}
@ -2220,6 +2222,31 @@ insert the line
These problems don't exist in operating system version 1.1.
@html
</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>