Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
software:gcc [2017/03/21 22:13] eServices Greece created |
software:gcc [2018/01/23 03:21] (current) eServices Greece [EXPORTS used to set versions] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{tag>nginx guide pagespeed | + | {{tag>gcc guide compile}} {{howhard> |
| ====== GCC 5.4.0 ====== | ====== GCC 5.4.0 ====== | ||
| This guide assumes you are switched to su - . Please note that during the make step you may run into issues check the missing aclocal-1.15 section , this guide assumes you are using the eSG provided installation image. | This guide assumes you are switched to su - . Please note that during the make step you may run into issues check the missing aclocal-1.15 section , this guide assumes you are using the eSG provided installation image. | ||
| Line 20: | Line 20: | ||
| ==== EXPORTS used to set versions ==== | ==== EXPORTS used to set versions ==== | ||
| You can change the values here to change the compiled version. | You can change the values here to change the compiled version. | ||
| - | < | + | < |
| - | MPFR_VERSION=3.1.5 | + | MPFR_VERSION=4.0.0 |
| GMP_VERSION=6.1.2 | GMP_VERSION=6.1.2 | ||
| - | ISL_VERSION=0.16.1 | + | ISL_VERSION=0.18 |
| CLOOG_VERSION=0.18.1 | CLOOG_VERSION=0.18.1 | ||
| GCC_VERSION=5.4.0</ | GCC_VERSION=5.4.0</ | ||
| Line 65: | Line 65: | ||
| example: autoconf-2.69-11.el7.noarch, | example: autoconf-2.69-11.el7.noarch, | ||
| - | Find the following line in | + | Find the following line in config/ |
| < | < | ||
| [m4_define([_GCC_AUTOCONF_VERSION], | [m4_define([_GCC_AUTOCONF_VERSION], | ||