From 97996ede57cfd5ea8ab2e1b7c2ff04d311894128 Mon Sep 17 00:00:00 2001
From: Eric Botcazou <ebotcazou@adacore.com>
Date: Fri, 9 Nov 2012 21:52:29 +0000
Subject: [PATCH] * doc/install.texi (sparc64-x-solaris2): Mention MPC as well.

From-SVN: r193377
---
 gcc/ChangeLog        | 4 ++++
 gcc/doc/install.texi | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index a72d5a9cc44a..bc60d18627b3 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-09  Eric Botcazou  <ebotcazou@adacore.com>
+
+	* doc/install.texi (sparc64-x-solaris2): Mention MPC as well.
+
 2012-11-09  Richard Henderson  <rth@redhat.com>
 
 	* config/i386/i386.c (ix86_lra_p): Remove.
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 7b2441a5b8b6..f158eb2f9e2a 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -4259,9 +4259,9 @@ releases mishandled unaligned relocations on @code{sparc-*-*} targets.
 @end html
 @heading @anchor{sparc64-x-solaris2}sparc64-*-solaris2*
 
-When configuring the GNU Multiple Precision Library (GMP) or the
-MPFR library, the canonical target triplet must be specified as
-the @command{build} parameter on the configure line.  For example
+When configuring the GNU Multiple Precision Library (GMP), the MPFR
+library or the MPC library, the canonical target triplet must be specified
+as the @command{build} parameter on the configure line.  For example
 on a Solaris 9 system:
 
 @smallexample
-- 
GitLab