This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Support Library Requirements for GCC 7.1
- From: Paul Smith <paul at mad-scientist dot net>
- To: Joel Sherrill <joel dot sherrill at oarcorp dot com>, GCC Mailing List <gcc at gcc dot gnu dot org>
- Date: Tue, 02 May 2017 20:02:37 -0400
- Subject: Re: Support Library Requirements for GCC 7.1
- Authentication-results: sourceware.org; auth=none
- References: <b84b2ad3-6ab2-2c91-8ee8-329c1818b58e@oarcorp.com>
- Reply-to: paul at mad-scientist dot net
On Tue, 2017-05-02 at 18:17 -0500, Joel Sherrill wrote:
> With gcc 6.3.0, we have this in our build recipe:
>
> %define mpfr_version 2.4.2
> %define mpc_version 0.8.1
> %define gmp_version 4.3.2
Best thing to do is look at the contrib/download_prerequisites script
that comes with the GCC source code.
The 7.1 version says:
gmp='gmp-6.1.0.tar.bz2'
mpfr='mpfr-3.1.4.tar.bz2'
mpc='mpc-1.0.3.tar.gz'
isl='isl-0.16.1.tar.bz2'
In general, it's better to just run that script, if possible.