From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D7A35158008 for ; Thu, 15 Jun 2023 23:06:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B786E09B7; Thu, 15 Jun 2023 23:06:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0C95AE09B7 for ; Thu, 15 Jun 2023 23:06:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 47780335DA8 for ; Thu, 15 Jun 2023 23:06:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98FC4A8D for ; Thu, 15 Jun 2023 23:06:02 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1686870207.f9de5c24b9a6172d48786289035eed8f947c04c1.sam@gentoo> Subject: [gentoo-commits] proj/gcc-patches:master commit in: 14.0.0/gentoo/ X-VCS-Repository: proj/gcc-patches X-VCS-Files: 14.0.0/gentoo/09_all_nopie-all-flags.patch 14.0.0/gentoo/README.history X-VCS-Directories: 14.0.0/gentoo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f9de5c24b9a6172d48786289035eed8f947c04c1 X-VCS-Branch: master Date: Thu, 15 Jun 2023 23:06:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bf7dc5ca-42b3-4a24-856f-7f3595a95a30 X-Archives-Hash: 81711f5c52156b0178a33959e4fa7174 commit: f9de5c24b9a6172d48786289035eed8f947c04c1 Author: Sam James gentoo org> AuthorDate: Thu Jun 15 23:03:22 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 15 23:03:27 2023 +0000 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=f9de5c24 14.0.0: drop 09_all_nopie-all-flags.patch Conflicts with https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=b6cb10af12cf869c1ae348c0e5cb2d364ef0abce upstream and upon review, I don't think we need this anymore at all. Signed-off-by: Sam James gentoo.org> 14.0.0/gentoo/09_all_nopie-all-flags.patch | 18 ------------------ 14.0.0/gentoo/README.history | 3 +++ 2 files changed, 3 insertions(+), 18 deletions(-) diff --git a/14.0.0/gentoo/09_all_nopie-all-flags.patch b/14.0.0/gentoo/09_all_nopie-all-flags.patch deleted file mode 100644 index fe1cd80..0000000 --- a/14.0.0/gentoo/09_all_nopie-all-flags.patch +++ /dev/null @@ -1,18 +0,0 @@ -We need to pass NO_PIE_CFLAGS to ALL_* so gcc don't fail when -we compile it with older gcc and pie. - ---- a/gcc/Makefile.in -+++ b/gcc/Makefile.in -@@ -1054,10 +1054,10 @@ ALL_CXXFLAGS = $(T_CFLAGS) $(CFLAGS-$@) - ALL_CPPFLAGS = $(INCLUDES) $(CPPFLAGS) - - # This is the variable to use when using $(COMPILER). --ALL_COMPILERFLAGS = $(ALL_CXXFLAGS) -+ALL_COMPILERFLAGS = $(NO_PIE_CFLAGS) $(ALL_CXXFLAGS) - - # This is the variable to use when using $(LINKER). --ALL_LINKERFLAGS = $(ALL_CXXFLAGS) -+ALL_LINKERFLAGS = $(NO_PIE_CFLAGS) $(ALL_CXXFLAGS) - - # Build and host support libraries. - diff --git a/14.0.0/gentoo/README.history b/14.0.0/gentoo/README.history index 6204a28..54617a7 100644 --- a/14.0.0/gentoo/README.history +++ b/14.0.0/gentoo/README.history @@ -1,3 +1,6 @@ +2 ?? + - 09_all_nopie-all-flags.patch + 1 23 April 2023 + 01_all_default-fortify-source.patch