From: Arne Fitzenreiter Date: Sat, 27 Jan 2018 12:47:09 +0000 (+0100) Subject: gcc: fix gmp download X-Git-Tag: v2.19-core120~145 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=176b1cc62bc3cedf25b829ff897c723addc8dfbf;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