OSDN Git Service

* doc/install.texi (sparc-sun-solaris2*): Document required
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 Feb 2005 21:47:25 +0000 (21:47 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 Feb 2005 21:47:25 +0000 (21:47 +0000)
configure settings on Solaris 7 and later.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95117 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/install.texi

index 2139164..7b282cc 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 fd9cb66..08b335d 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