From 44fcef54e407a058a5a1ed8f9e372deb3bff9d10 Mon Sep 17 00:00:00 2001 From: jsm28 Date: Mon, 25 Apr 2005 14:30:21 +0000 Subject: [PATCH] PR bootstrap/21215 * doc/install.texi: Document correct assembler and linker to use on i?86-*-solaris2.10. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98715 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 6 ++++++ gcc/doc/install.texi | 14 ++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cc32e36b84d..70279076583 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2005-04-25 Joseph S. Myers + + PR bootstrap/21215 + * doc/install.texi: Document correct assembler and linker to use + on i?86-*-solaris2.10. + 2005-04-25 Steven Bosscher Fix PR tree-optimization/21173 diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index c3a9a616e2c..6d0b3375cac 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -2207,6 +2207,8 @@ GNU Compiler Collection on your machine. @item @uref{#ix86-x-sco3.2v5,,i?86-*-sco3.2v5*} @item +@uref{#ix86-x-solaris2.10,,i?86-*-solaris2.10} +@item @uref{#ix86-x-udk,,i?86-*-udk} @item @uref{#ia64-x-linux,,ia64-*-linux} @@ -2937,6 +2939,18 @@ GCC, version 2.95.3. It is useful for bootstrapping this version. @html
@end html +@heading @anchor{ix86-x-solaris2.10}i?86-*-solaris2.10 +Use this for Solaris 10 or later on x86 and x86-64 systems. This +configuration is supported by GCC 4.0 and later versions only. + +It is recommended that you configure GCC to use the GNU assembler in +@file{/usr/sfw/bin/gas} but the Sun linker, using the options +@option{--with-gnu-as --with-as=/usr/sfw/bin/gas --without-gnu-ld +--with-ld=/usr/ccs/bin/ld}. + +@html +
+@end html @heading @anchor{ix86-x-udk}i?86-*-udk This target emulates the SCO Universal Development Kit and requires that -- 2.11.0