From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arne Fitzenreiter To: development@lists.ipfire.org Subject: [PATCH] gcc: fix toolchain build Date: Tue, 24 Jan 2023 07:20:51 +0100 Message-ID: <20230124062051.1003329-1-arne_f@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9128063317177678248==" List-Id: --===============9128063317177678248== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I have removed the patches instead of readd the mpfr-4.1.0 patchset because this result may result in different builds if we not update the prebuild toolchain. Signed-off-by: Arne Fitzenreiter --- lfs/gcc | 1 - 1 file changed, 1 deletion(-) diff --git a/lfs/gcc b/lfs/gcc index f25548892..fc0921552 100644 --- a/lfs/gcc +++ b/lfs/gcc @@ -248,7 +248,6 @@ ifeq "$(TOOLCHAIN)" "1" cd $(DIR_APP) && tar xfa $(DIR_DL)/gmp-$(GMP_VER).tar.xz cd $(DIR_APP) && mv -v gmp-$(GMP_VER) gmp cd $(DIR_APP) && tar xfa $(DIR_DL)/mpfr-$(MPFR_VER).tar.xz - cd $(DIR_APP)/mpfr-$(MPFR_VER) && patch -Np1 < $(DIR_SRC)/src/patches/mpfr-= 4.1.0-cumulative-patches-1-to-13.patch cd $(DIR_APP) && mv -v mpfr-$(MPFR_VER) mpfr cd $(DIR_APP) && tar xfa $(DIR_DL)/mpc-$(MPC_VER).tar.gz cd $(DIR_APP) && mv -v mpc-$(MPC_VER) mpc --=20 2.34.1 --===============9128063317177678248==--