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 ":;"