From: Arne Fitzenreiter Date: Sat, 27 Jan 2018 12:47:09 +0000 (+0100) Subject: gcc: fix gmp download X-Git-Tag: v2.21-core122~178^2~62^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d18864ae7cb1072f5329c5ff9de5e7c567bb119;p=ipfire-2.x.git gcc: fix gmp download Signed-off-by: Arne Fitzenreiter --- diff --git a/lfs/gcc b/lfs/gcc index edfae42818..77d1f264f2 100644 --- a/lfs/gcc +++ b/lfs/gcc @@ -185,7 +185,7 @@ objects = $(DL_FILE) \ mpc-$(MPC_VER).tar.gz $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -gmp-$(GMP_VER).tar.bz2 = $(DL_FROM)/gmp-$(GMP_VER).tar.bz2 +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