re PR bootstrap/21215 (gcc build fails on Solaris 10, opteron)
authorJoseph Myers <joseph@codesourcery.com>
Mon, 25 Apr 2005 14:30:21 +0000 (15:30 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Mon, 25 Apr 2005 14:30:21 +0000 (15:30 +0100)
PR bootstrap/21215
* doc/install.texi: Document correct assembler and linker to use
on i?86-*-solaris2.10.

From-SVN: r98715

gcc/ChangeLog
gcc/doc/install.texi

index cc32e36b84d751966cb6abddec5d050b793d9565..70279076583b2d3b66f54f08120d0425bf397648 100644 (file)
@@ -1,3 +1,9 @@
+2005-04-25  Joseph S. Myers  <joseph@codesourcery.com>
+
+       PR bootstrap/21215
+       * doc/install.texi: Document correct assembler and linker to use
+       on i?86-*-solaris2.10.
+
 2005-04-25  Steven Bosscher  <stevenb@suse.de>
 
        Fix PR tree-optimization/21173
index c3a9a616e2c0c1bc17a13e2ee864155eba32ff65..6d0b3375cac7d6d9f758795f8779c6393296981f 100644 (file)
@@ -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}
@@ -2934,6 +2936,18 @@ GNU utilities) can be found in Support Level Supplement OSS658A, the
 That package also contains the currently ``officially supported'' version of
 GCC, version 2.95.3.  It is useful for bootstrapping this version.
 
+@html
+<hr />
+@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
 <hr />
 @end html