From patchwork Tue Jan 24 06:20:51 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arne Fitzenreiter X-Patchwork-Id: 6457 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4P1H0j2js2z3wgd for ; Tue, 24 Jan 2023 06:21:09 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4P1H0h0PVyzr7; Tue, 24 Jan 2023 06:21:08 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4P1H0g5RG6z2yZy; Tue, 24 Jan 2023 06:21:07 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4P1H0f0HFpz2xLX for ; Tue, 24 Jan 2023 06:21:06 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4P1H0c4JXVzQv; Tue, 24 Jan 2023 06:21:04 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1674541264; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=Ph2xwgi7tsFGxwVBhDc7SoqO4YheluBgHagf08yV+QU=; b=/7SXEwXBr6A35USDfya0JidVZ2bttm9Oxx3tnvo5EG9ucAqynNWRMXCh+L9F18t88Qjae1 BfAoOAU6Ke0e4fDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1674541264; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=Ph2xwgi7tsFGxwVBhDc7SoqO4YheluBgHagf08yV+QU=; b=l1jZMvSQM5YaasWg0/LHiv5fMcTZ8tJjG8e4ELReklKnYr3/LsOP8PhrYr5KcKkWLj/5xY JGWNn0ac05n5apUBJfv9ZeDlFPs26k8yKLMZMfhltQuW0A/ZWE8MRkeWbaB7pGKhwd8slw mMqaLR/EMoPVn0CmRClwKHKabT6z/D0pF4yAbIonhBmHMoBDxIwJ5NI7AxZkLQArEWzczP 8IJQV+fdVW1RGy3ltaQZAljFHuH/A7m0g620s/tSPJgf1srietZBecmfOB0Kz/nuY1rCOO /xN0vy5oUafnClahzwGnwB2OlVUdlYaGkRPIVWOkgbF7xkUhYvMmT3RhlqUPUg== 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 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Arne Fitzenreiter Errors-To: development-bounces@lists.ipfire.org Sender: "Development" 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