From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 54/62] gcc: Bundle against OS versions of gmp/mpfr Date: Sun, 16 Aug 2020 10:29:45 +0000 Message-ID: <20200816102953.3881-54-michael.tremer@ipfire.org> In-Reply-To: <20200816102953.3881-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0453273302732308201==" List-Id: --===============0453273302732308201== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Michael Tremer --- lfs/gcc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/gcc b/lfs/gcc index 77466a572..7cbc8e9e8 100644 --- a/lfs/gcc +++ b/lfs/gcc @@ -26,8 +26,8 @@ include Config =20 VER =3D 10.2.0 =20 -GMP_VER =3D 6.1.2 -MPFR_VER =3D 4.0.2 +GMP_VER =3D 6.2.0 +MPFR_VER =3D 4.1.0 MPC_VER =3D 1.1.0 =20 THISAPP =3D gcc-$(VER) @@ -195,8 +195,8 @@ mpfr-$(MPFR_VER).tar.xz =3D $(DL_FROM)/mpfr-$(MPFR_VER).t= ar.xz mpc-$(MPC_VER).tar.gz =3D $(DL_FROM)/mpc-$(MPC_VER).tar.gz =20 $(DL_FILE)_MD5 =3D e9fd9b1789155ad09bcf3ae747596b50 -gmp-$(GMP_VER).tar.xz_MD5 =3D f58fa8001d60c4c77595fbbb62b63c1d -mpfr-$(MPFR_VER).tar.xz_MD5 =3D 320fbc4463d4c8cb1e566929d8adc4f8 +gmp-$(GMP_VER).tar.xz_MD5 =3D a325e3f09e6d91e62101e59f9bda3ec1 +mpfr-$(MPFR_VER).tar.xz_MD5 =3D bdd3d5efba9c17da8d83a35ec552baef mpc-$(MPC_VER).tar.gz_MD5 =3D 4125404e41e482ec68282a2e687f6c73 =20 install : $(TARGET) --=20 2.20.1 --===============0453273302732308201==--