aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@libertysurf.fr>2005-02-16 22:47:25 +0100
committerEric Botcazou <ebotcazou@gcc.gnu.org>2005-02-16 21:47:25 +0000
commit25c62e247583f47dfab4306a66da53502c0b38c0 (patch)
tree478b2005ff0d0b530d968fe1f0a58ee446357b8e
parent1b3b050918bab3e1b414eb014cd7efd6eb4e3a3d (diff)
downloadgcc-25c62e247583f47dfab4306a66da53502c0b38c0.zip
gcc-25c62e247583f47dfab4306a66da53502c0b38c0.tar.gz
gcc-25c62e247583f47dfab4306a66da53502c0b38c0.tar.bz2
install.texi (sparc-sun-solaris2*): Document required configure settings on Solaris 7 and later.
* doc/install.texi (sparc-sun-solaris2*): Document required configure settings on Solaris 7 and later. From-SVN: r95117
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/install.texi8
2 files changed, 13 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2139164..7b282cc 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index fd9cb66..08b335d 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -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