]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
gcc: fix toolchain build
authorArne Fitzenreiter <arne_f@ipfire.org>
Tue, 24 Jan 2023 06:20:51 +0000 (07:20 +0100)
committerPeter Müller <peter.mueller@ipfire.org>
Thu, 26 Jan 2023 23:14:16 +0000 (23:14 +0000)
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 <arne_f@ipfire.org>
lfs/gcc

diff --git a/lfs/gcc b/lfs/gcc
index f2554889297dd4085de903f9192a322adf5167a7..fc0921552962fbacc0be1e34af2bc14c902d4206 100644 (file)
--- 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