From b4c4953ad9782622edf84f1af275eae2c52bb1e8 Mon Sep 17 00:00:00 2001 From: Adam Baxter Date: Sun, 28 May 2023 01:45:06 +1000 Subject: [PATCH] Fix patch, maybe --- patches/{ => gcc-13.1.0}/0001-static-pie.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename patches/{ => gcc-13.1.0}/0001-static-pie.patch (97%) diff --git a/patches/0001-static-pie.patch b/patches/gcc-13.1.0/0001-static-pie.patch similarity index 97% rename from patches/0001-static-pie.patch rename to patches/gcc-13.1.0/0001-static-pie.patch index 232dc5d..a85a3d7 100644 --- a/patches/0001-static-pie.patch +++ b/patches/gcc-13.1.0/0001-static-pie.patch @@ -62,10 +62,10 @@ index 5ebbf42a13d..bb907d8e89a 100644 #endif #define GNU_USER_TARGET_LINK_GCC_C_SEQUENCE_SPEC \ -diff --git a/gcc/gcc.c b/gcc/gcc.c +diff --git a/gcc/gcc.cc b/gcc/gcc.cc index 3c81c5798d8..cd96eac5d12 100644 ---- a/gcc/gcc.c -+++ b/gcc/gcc.c +--- a/gcc/gcc.cc ++++ b/gcc/gcc.cc @@ -1010,7 +1010,7 @@ proper position among the other output files. */ #define NO_FPIE_AND_FPIC_SPEC NO_FPIE_SPEC "|" NO_FPIC_SPEC #define FPIE_OR_FPIC_SPEC NO_FPIE_AND_FPIC_SPEC ":;"