Fix patch, maybe

This commit is contained in:
Adam Baxter 2023-05-28 01:45:06 +10:00
parent 4538f3b9aa
commit b4c4953ad9

View File

@ -62,10 +62,10 @@ index 5ebbf42a13d..bb907d8e89a 100644
#endif #endif
#define GNU_USER_TARGET_LINK_GCC_C_SEQUENCE_SPEC \ #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 index 3c81c5798d8..cd96eac5d12 100644
--- a/gcc/gcc.c --- a/gcc/gcc.cc
+++ b/gcc/gcc.c +++ b/gcc/gcc.cc
@@ -1010,7 +1010,7 @@ proper position among the other output files. */ @@ -1010,7 +1010,7 @@ proper position among the other output files. */
#define NO_FPIE_AND_FPIC_SPEC NO_FPIE_SPEC "|" NO_FPIC_SPEC #define NO_FPIE_AND_FPIC_SPEC NO_FPIE_SPEC "|" NO_FPIC_SPEC
#define FPIE_OR_FPIC_SPEC NO_FPIE_AND_FPIC_SPEC ":;" #define FPIE_OR_FPIC_SPEC NO_FPIE_AND_FPIC_SPEC ":;"