Re: [doc] GCC 4.7 Solaris updates to install.texi

2012-03-16 Thread Richard Guenther
On Thu, 15 Mar 2012, Rainer Orth wrote:

 Gerald Pfeifer ger...@pfeifer.com writes:
 
  On Mon, 12 Mar 2012, Rainer Orth wrote:
  Tested with make doc/gccinstall.info doc/gccinstall.pdf, ok for mainline
  and 4.7 branch?
 
  +Sun does not ship a C compiler with Solaris 2 before Solaris 10, though
  +you can download the Sun Studio compilers for free.  In Solaris 10 and
  +11, GCC 3.4.3 is available in @command{/usr/sfw/bin/gcc}.  Solaris 11
  +also provides GCC 4.5.2 in @command{/usr/gcc/4.5/bin/gcc}.  Alternatively,
 
  I see Richi has approved, just wonder whether as @command would
  be more appropriate than in @command, twice?
 
 I think so.  Ok for mainline and 4.7 branch?

Ok.

Thanks,
Richard.

   Rainer
 
 
 2012-03-15  Rainer Orth  r...@cebitec.uni-bielefeld.de
 
   * doc/install.texi (Specific, *-*-solaris2*): Improve wording.


Re: [doc] GCC 4.7 Solaris updates to install.texi

2012-03-15 Thread Rainer Orth
Gerald Pfeifer ger...@pfeifer.com writes:

 On Mon, 12 Mar 2012, Rainer Orth wrote:
 Tested with make doc/gccinstall.info doc/gccinstall.pdf, ok for mainline
 and 4.7 branch?

 +Sun does not ship a C compiler with Solaris 2 before Solaris 10, though
 +you can download the Sun Studio compilers for free.  In Solaris 10 and
 +11, GCC 3.4.3 is available in @command{/usr/sfw/bin/gcc}.  Solaris 11
 +also provides GCC 4.5.2 in @command{/usr/gcc/4.5/bin/gcc}.  Alternatively,

 I see Richi has approved, just wonder whether as @command would
 be more appropriate than in @command, twice?

I think so.  Ok for mainline and 4.7 branch?

Rainer


2012-03-15  Rainer Orth  r...@cebitec.uni-bielefeld.de

* doc/install.texi (Specific, *-*-solaris2*): Improve wording.

# HG changeset patch
# Parent a1e4c800ecf4ef89c2393b7471ebdf9bbcad40e1
Improve wording in GCC 4.7 Solaris update to install.texi

diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -4071,8 +4071,8 @@ been removed in GCC 4.6.
 
 Sun does not ship a C compiler with Solaris 2 before Solaris 10, though
 you can download the Sun Studio compilers for free.  In Solaris 10 and
-11, GCC 3.4.3 is available in @command{/usr/sfw/bin/gcc}.  Solaris 11
-also provides GCC 4.5.2 in @command{/usr/gcc/4.5/bin/gcc}.  Alternatively,
+11, GCC 3.4.3 is available as @command{/usr/sfw/bin/gcc}.  Solaris 11
+also provides GCC 4.5.2 as @command{/usr/gcc/4.5/bin/gcc}.  Alternatively,
 you can install a pre-built GCC to bootstrap and install GCC.  See the
 @uref{binaries.html,,binaries page} for details.
 


-- 
-
Rainer Orth, Center for Biotechnology, Bielefeld University


Re: [doc] GCC 4.7 Solaris updates to install.texi

2012-03-12 Thread Richard Guenther
On Mon, 12 Mar 2012, Rainer Orth wrote:

 The following patch updates install.texi for Solaris, and applies
 equally to the 4.7 branch and mainline.
 
 Tested with make doc/gccinstall.info doc/gccinstall.pdf, ok for mainline
 and 4.7 branch?

Ok.

Thanks,
Richard.

   Rainer
 
 
 2012-03-11  Rainer Orth  r...@cebitec.uni-bielefeld.de
 
   * doc/install.texi (Specific, i?86-*-solaris2.[89]): Update
   binutils reference.
   (Specific, i?86-*-solaris2.10): Remove GCC 4.0 reference.
   Update binutils references.
   (Specific, *-*-solaris2*): Mention bundled GCC in Solaris 10 and 11.
   Update binutils reference.
   Update Sun as/GNU ld caveat.
   Document binutils largefile requirement for LTO plugin.
   Remove referent to alternate libpthread.
 
 

-- 
Richard Guenther rguent...@suse.de
SUSE / SUSE Labs
SUSE LINUX Products GmbH - Nuernberg - AG Nuernberg - HRB 16746
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer

Re: [doc] GCC 4.7 Solaris updates to install.texi

2012-03-12 Thread Gerald Pfeifer
On Mon, 12 Mar 2012, Rainer Orth wrote:
 Tested with make doc/gccinstall.info doc/gccinstall.pdf, ok for mainline
 and 4.7 branch?

+Sun does not ship a C compiler with Solaris 2 before Solaris 10, though
+you can download the Sun Studio compilers for free.  In Solaris 10 and
+11, GCC 3.4.3 is available in @command{/usr/sfw/bin/gcc}.  Solaris 11
+also provides GCC 4.5.2 in @command{/usr/gcc/4.5/bin/gcc}.  Alternatively,

I see Richi has approved, just wonder whether as @command would
be more appropriate than in @command, twice?

Gerald