GCC: Update to 10.3.0

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2021-04-26 17:19:22 +00:00
committed by Arne Fitzenreiter
parent 8435b3813f
commit 570590a2df
2 changed files with 1436 additions and 1431 deletions

File diff suppressed because it is too large Load Diff

12
lfs/gcc
View File

@@ -24,11 +24,11 @@
include Config
VER = 10.2.0
VER = 10.3.0
GMP_VER = 6.2.0
GMP_VER = 6.2.1
MPFR_VER = 4.1.0
MPC_VER = 1.1.0
MPC_VER = 1.2.1
THISAPP = gcc-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -203,10 +203,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 = e9fd9b1789155ad09bcf3ae747596b50
gmp-$(GMP_VER).tar.xz_MD5 = a325e3f09e6d91e62101e59f9bda3ec1
$(DL_FILE)_MD5 = 443c15b92614a3ce8f22e3b24ca2226a
gmp-$(GMP_VER).tar.xz_MD5 = 0b82665c4a92fd2ade7440c13fcaa42b
mpfr-$(MPFR_VER).tar.xz_MD5 = bdd3d5efba9c17da8d83a35ec552baef
mpc-$(MPC_VER).tar.gz_MD5 = 4125404e41e482ec68282a2e687f6c73
mpc-$(MPC_VER).tar.gz_MD5 = 9f16c976c25bb0f76b50be749cd7a3a8
install : $(TARGET)