diff --git a/Libraries/gmp/build b/Libraries/gmp/build index 4f302ba..5f4ffcc 100755 --- a/Libraries/gmp/build +++ b/Libraries/gmp/build @@ -10,5 +10,3 @@ declare -rx CPP=/usr/bin/cpp pbuild::add_configure_args "--disable-shared" pbuild::add_configure_args "--with-pic" -pbuild::make_all - diff --git a/Libraries/gmp/files/variants b/Libraries/gmp/files/variants index bbc09b3..e881a18 100644 --- a/Libraries/gmp/files/variants +++ b/Libraries/gmp/files/variants @@ -4,3 +4,4 @@ gmp/6.1.0 stable gmp/6.1.1 stable gmp/6.1.2 stable gmp/6.1.2-1 stable +gmp/6.2.0 stable diff --git a/Libraries/mpc/files/variants b/Libraries/mpc/files/variants index ed9d355..ffdd49b 100644 --- a/Libraries/mpc/files/variants +++ b/Libraries/mpc/files/variants @@ -6,3 +6,4 @@ mpc/1.1.0 stable b:gmp/6.1.2 b:mpfr/4.0.0 mpc/1.1.0-1 stable b:gmp/6.1.2 b:mpfr/4.0.1 mpc/1.1.0-2 stable b:gmp/6.1.2-1 b:mpfr/4.0.1-1 mpc/1.1.0-3 stable b:gmp/6.1.2-1 b:mpfr/4.0.2 +mpc/1.1.0-4 stable b:gmp/6.2.0 b:mpfr/4.0.2-1 diff --git a/Libraries/mpfr/files/variants b/Libraries/mpfr/files/variants index 2bc2629..a728d5f 100644 --- a/Libraries/mpfr/files/variants +++ b/Libraries/mpfr/files/variants @@ -7,3 +7,4 @@ mpfr/4.0.0 stable b:gmp/6.1.2 mpfr/4.0.1 stable b:gmp/6.1.2 mpfr/4.0.1-1 stable b:gmp/6.1.2-1 mpfr/4.0.2 stable b:gmp/6.1.2-1 +mpfr/4.0.2-1 stable b:gmp/6.2.0 diff --git a/Programming/gcc/build b/Programming/gcc/build index 274f9df..623b03f 100755 --- a/Programming/gcc/build +++ b/Programming/gcc/build @@ -36,7 +36,6 @@ pbuild::pre_configure() { pbuild::add_configure_args "--with-mpc=${MPC_PREFIX}" pbuild::add_configure_args "--enable-lto" pbuild::add_configure_args "--disable-multilib" - pbuild::add_configure_args "--with-build-config=bootstrap-debug" pbuild::add_configure_args "--with-pkgversion='PSI Environment Module'" pbuild::add_configure_args "--with-build-config=bootstrap-debug" } diff --git a/Programming/gcc/files/variants.rhel6 b/Programming/gcc/files/variants.rhel6 index d7dc1a8..3ddf273 100644 --- a/Programming/gcc/files/variants.rhel6 +++ b/Programming/gcc/files/variants.rhel6 @@ -24,11 +24,15 @@ gcc/7.1.0 stable b:gmp/6.1.2 b:mpfr/3.1.5 b:mpc/1.0.3 gcc/7.2.0 stable b:gmp/6.1.2 b:mpfr/3.1.5 b:mpc/1.0.3-2 gcc/7.3.0 stable b:gmp/6.1.2 b:mpfr/4.0.0 b:mpc/1.1.0 gcc/7.4.0 stable b:gmp/6.1.2-1 b:mpfr/4.0.1-1 b:mpc/1.1.0-2 +gcc/7.5.0 stable b:gmp/6.2.0 b:mpfr/4.0.2-1 b:mpc/1.1.0-4 gcc/8.1.0 stable b:gmp/6.1.2 b:mpfr/4.0.1 b:mpc/1.1.0 gcc/8.2.0 stable b:gmp/6.1.2 b:mpfr/4.0.1 b:mpc/1.1.0 gcc/8.3.0 stable b:gmp/6.1.2-1 b:mpfr/4.0.2 b:mpc/1.1.0-3 +gcc/8.4.0 stable b:gmp/6.2.0 b:mpfr/4.0.2-1 b:mpc/1.1.0-4 gcc/9.1.0 stable b:gmp/6.1.2-1 b:mpfr/4.0.2 b:mpc/1.1.0-3 gcc/9.2.0 stable b:gmp/6.1.2-1 b:mpfr/4.0.2 b:mpc/1.1.0-3 b:isl/0.21 +gcc/9.3.0 stable b:gmp/6.2.0 b:mpfr/4.0.2-1 b:mpc/1.1.0-4 +gcc/10.1.0 stable b:gmp/6.2.0 b:mpfr/4.0.2-1 b:mpc/1.1.0-4