From b1b2cbaa6e6041de83f328adb0cc2b4191aaf93e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 8 May 2025 10:31:02 +0100 Subject: clean unused --- .../gcc/files/gcc-13-fix-cross-fixincludes.patch | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 sys-devel/gcc/files/gcc-13-fix-cross-fixincludes.patch (limited to 'sys-devel/gcc/files/gcc-13-fix-cross-fixincludes.patch') diff --git a/sys-devel/gcc/files/gcc-13-fix-cross-fixincludes.patch b/sys-devel/gcc/files/gcc-13-fix-cross-fixincludes.patch deleted file mode 100644 index e0e5a3ab..00000000 --- a/sys-devel/gcc/files/gcc-13-fix-cross-fixincludes.patch +++ /dev/null @@ -1,22 +0,0 @@ -Revert of https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=59e4c98173a79fcaa2c33253261409f38856c384 -for now to fix cross fixincludes builds. - -https://gcc.gnu.org/PR115416 -https://bugs.gentoo.org/905118 -https://bugs.gentoo.org/925204 -https://bugs.gentoo.org/926059 ---- a/gcc/Makefile.in -+++ b/gcc/Makefile.in -@@ -532,11 +532,7 @@ LINKER_PLUGIN_API_H = $(srcdir)/../include/plugin-api.h - # Default native SYSTEM_HEADER_DIR, to be overridden by targets. - NATIVE_SYSTEM_HEADER_DIR = @NATIVE_SYSTEM_HEADER_DIR@ - # Default cross SYSTEM_HEADER_DIR, to be overridden by targets. --ifeq (@includedir@,$(prefix)/include) -- CROSS_SYSTEM_HEADER_DIR = @CROSS_SYSTEM_HEADER_DIR@ --else -- CROSS_SYSTEM_HEADER_DIR = @includedir@ --endif -+CROSS_SYSTEM_HEADER_DIR = @CROSS_SYSTEM_HEADER_DIR@ - - # autoconf sets SYSTEM_HEADER_DIR to one of the above. - # Purge it of unnecessary internal relative paths -- cgit v1.2.3