diff --git a/system/devel/gcc/actions.py b/system/devel/gcc/actions.py index d1e1d21d..52075098 100755 --- a/system/devel/gcc/actions.py +++ b/system/devel/gcc/actions.py @@ -56,6 +56,11 @@ def setup(): pisitools.dosed("gcc/Makefile.in", "\.\/fixinc\.sh", "-c true") pisitools.dosed("gcc/configure", "^(ac_cpp='\$CPP\s\$CPPFLAGS)", r"\1 -O2") pisitools.dosed("libiberty/configure", "^(ac_cpp='\$CPP\s\$CPPFLAGS)", r"\1 -O2") + + shelltools.move("isl-0.21", "isl") + shelltools.move("mpfr-4.0.2", "mpfr") + shelltools.move("mpc-1.1.0", "mpc") + shelltools.move("gmp-6.1.2", "gmp") shelltools.cd("../") shelltools.makedirs("build") diff --git a/system/devel/gcc/pspec.xml b/system/devel/gcc/pspec.xml index 12d2d6de..e6fa0af5 100755 --- a/system/devel/gcc/pspec.xml +++ b/system/devel/gcc/pspec.xml @@ -14,9 +14,13 @@ library The GNU Compiler Collection, includes C, C++, Objective-C and Fortran compilers The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, as well as libraries for these languages - http://ftp.gnu.org/gnu/gcc/gcc-7.3.0/gcc-7.3.0.tar.xz + http://ftp.gnu.org/gnu/gcc/gcc-9.2.0/gcc-9.2.0.tar.xz + https://ftp.gnu.org/gnu/mpfr/mpfr-4.0.2.tar.xz + ftp://ftp.gnu.org/gnu/mpc/mpc-1.1.0.tar.gz + http://isl.gforge.inria.fr/isl-0.21.tar.bz2 + mirrors://gnu/gmp/gmp-6.1.2.tar.xz - binutils + binutils bison gettext ncurses @@ -26,11 +30,8 @@ sed texinfo gmp-devel - mpfr-devel - libmpc-devel ppl zlib-devel - isl-devel elfutils @@ -123,11 +124,7 @@ gcc gmp - isl - mpfr zlib - - libmpc /lib @@ -146,6 +143,13 @@ + + 2019-12-10 + 9.2.0 + Version bump. + Idris Kalp + idriskalp@gmail.com + 2018-07-15 7.3.0