install.texi (sparc-sun-solaris2*): Document required configure settings on Solaris...
authorEric Botcazou <ebotcazou@libertysurf.fr>
Wed, 16 Feb 2005 21:47:25 +0000 (22:47 +0100)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Wed, 16 Feb 2005 21:47:25 +0000 (21:47 +0000)
* doc/install.texi (sparc-sun-solaris2*): Document required
configure settings on Solaris 7 and later.

From-SVN: r95117

gcc/ChangeLog
gcc/doc/install.texi

index 2139164ab4978095b43317b31d09284ff315470e..7b282cc25d635d6e2dbf299c0a447474798e64ae 100644 (file)
@@ -1,3 +1,8 @@
+2005-02-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       * doc/install.texi (sparc-sun-solaris2*): Document required
+       configure settings on Solaris 7 and later.
+
 2005-02-16  Diego Novillo  <dnovillo@redhat.com>
 
        PR tree-optimization/19865
index fd9cb66655a223797a57bf3aa21fa6063d67bbcb..08b335d16017455a3a82b0ef130662ed81876144 100644 (file)
@@ -3596,6 +3596,14 @@ ld: warning: relocation error: R_SPARC_UA32: @dots{}
 To work around this problem, compile with @option{-gstabs+} instead of
 plain @option{-g}.
 
+When configuring the GNU Multiple Precision Library (GMP) on a Solaris 7
+or later system, the canonical target triplet must be specified as the
+@command{build} parameter on the configure line:
+
+@smallexample
+./configure --build=sparc-sun-solaris2.7 --prefix=xxx --enable-mpfr
+@end smallexample
+
 @html
 <hr />
 @end html