summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2005-02-16 21:47:25 +0000
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2005-02-16 21:47:25 +0000
commit311621b3874eaf53413f5338e089663bf0a62e81 (patch)
tree478b2005ff0d0b530d968fe1f0a58ee446357b8e
parentc1ab192a7fd72656cdfd22da765b4705106032b4 (diff)
downloadppe42-gcc-311621b3874eaf53413f5338e089663bf0a62e81.tar.gz
ppe42-gcc-311621b3874eaf53413f5338e089663bf0a62e81.zip
* doc/install.texi (sparc-sun-solaris2*): Document required
configure settings on Solaris 7 and later. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95117 138bc75d-0d04-0410-961f-82ee72b054a4
-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 2139164ab49..7b282cc25d6 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 fd9cb66655a..08b335d1601 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
OpenPOWER on IntegriCloud