From 25c62e247583f47dfab4306a66da53502c0b38c0 Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Wed, 16 Feb 2005 22:47:25 +0100 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ gcc/doc/install.texi | 8 ++++++++ 2 files changed, 13 insertions(+) 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 + + * doc/install.texi (sparc-sun-solaris2*): Document required + configure settings on Solaris 7 and later. + 2005-02-16 Diego Novillo 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
@end html -- 2.30.2