This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch to document Solaris 10 configuration


I've applied the following patch to mainline and 4.0 branch to document 
how to configure GCC on Solaris 10 on x86/x86-64 (bug 21215).

-- 
Joseph S. Myers               http://www.srcf.ucam.org/~jsm28/gcc/
    jsm@polyomino.org.uk (personal mail)
    joseph@codesourcery.com (CodeSourcery mail)
    jsm28@gcc.gnu.org (Bugzilla assignments and CCs)

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.

--- install.texi.orig	2005-04-20 16:32:55.000000000 +0000
+++ install.texi	2005-04-25 14:22:43.000000000 +0000
@@ -2207,6 +2207,8 @@
 @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 @@
 @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
 @heading @anchor{ix86-x-udk}i?86-*-udk
 
 This target emulates the SCO Universal Development Kit and requires that


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]