From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] gcc: Update mpfr with patches for use in toolchain build Date: Mon, 02 May 2022 05:33:48 +0000 Message-ID: <9dc7f56b-f54d-63c9-6ac3-025ea7bbd3fc@ipfire.org> In-Reply-To: <20220501134713.144438-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0943300925501866104==" List-Id: --===============0943300925501866104== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Excellent, thank you for taking care of this. Reviewed-by: Peter M=C3=BCller > - Added mpfr consolidated patches file to mpfr in gcc. mpfr is built intern= ally for use > in the toolchain. > - Confirmed working by running./make toolchain which ran successfully > confirmed from the _build.toolchain.log file that the patches were succe= ssfully > implemented for gcc pass 1, gcc pass L and gcc pass 2 > - Full toolchain build successfully completed. >=20 > Signed-off-by: Adolf Belka > --- > lfs/gcc | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/lfs/gcc b/lfs/gcc > index 5ce29a13d..1d9d172c2 100644 > --- a/lfs/gcc > +++ b/lfs/gcc > @@ -250,6 +250,7 @@ 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/mpf= r-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 --===============0943300925501866104==--