mirror of
https://github.com/richfelker/musl-cross-make.git
synced 2025-04-19 23:44:58 +02:00
Fix patch, maybe
This commit is contained in:
parent
4538f3b9aa
commit
b4c4953ad9
@ -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 ":;"
|
Loading…
Reference in New Issue
Block a user