gcc: Update to 9.2.0

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Michael Tremer
2020-01-04 13:06:01 +00:00
committed by Arne Fitzenreiter
parent 2f4d1ecb9a
commit 210b27e179
4 changed files with 4748 additions and 4634 deletions

12
lfs/gcc
View File

@@ -24,11 +24,11 @@
include Config
VER = 8.3.0
VER = 9.2.0
GMP_VER = 6.1.2
MPFR_VER = 3.1.6
MPC_VER = 1.0.3
MPFR_VER = 4.0.2
MPC_VER = 1.1.0
THISAPP = gcc-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -189,10 +189,10 @@ gmp-$(GMP_VER).tar.xz = $(DL_FROM)/gmp-$(GMP_VER).tar.xz
mpfr-$(MPFR_VER).tar.xz = $(DL_FROM)/mpfr-$(MPFR_VER).tar.xz
mpc-$(MPC_VER).tar.gz = $(DL_FROM)/mpc-$(MPC_VER).tar.gz
$(DL_FILE)_MD5 = 65b210b4bfe7e060051f799e0f994896
$(DL_FILE)_MD5 = 3818ad8600447f05349098232c2ddc78
gmp-$(GMP_VER).tar.xz_MD5 = f58fa8001d60c4c77595fbbb62b63c1d
mpfr-$(MPFR_VER).tar.xz_MD5 = 51bfdbf81553966c8d43808122cc81b3
mpc-$(MPC_VER).tar.gz_MD5 = d6a1d5f8ddea3abd2cc3e98f58352d26
mpfr-$(MPFR_VER).tar.xz_MD5 = 320fbc4463d4c8cb1e566929d8adc4f8
mpc-$(MPC_VER).tar.gz_MD5 = 4125404e41e482ec68282a2e687f6c73
install : $(TARGET)