mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
Thomas Chou says in bug 618: fix gcc to use crt1.o instead of crt0.o
This commit is contained in:
parent
9896430b13
commit
48dad9737a
@ -6989,7 +6989,7 @@
|
|||||||
+
|
+
|
||||||
+#undef STARTFILE_SPEC
|
+#undef STARTFILE_SPEC
|
||||||
+#define STARTFILE_SPEC \
|
+#define STARTFILE_SPEC \
|
||||||
+"%{msys-crt0=*: %*} %{!msys-crt0=*: crt0%O%s} \
|
+"%{msys-crt0=*: %*} %{!msys-crt0=*: crt1%O%s} \
|
||||||
+ %{msys-crt0=: %eYou need a C startup file for -msys-crt0=} \
|
+ %{msys-crt0=: %eYou need a C startup file for -msys-crt0=} \
|
||||||
+ %{mctors-in-init: crti%O%s crtbegin%O%s} \
|
+ %{mctors-in-init: crti%O%s crtbegin%O%s} \
|
||||||
+"
|
+"
|
||||||
|
@ -6989,7 +6989,7 @@
|
|||||||
+
|
+
|
||||||
+#undef STARTFILE_SPEC
|
+#undef STARTFILE_SPEC
|
||||||
+#define STARTFILE_SPEC \
|
+#define STARTFILE_SPEC \
|
||||||
+"%{msys-crt0=*: %*} %{!msys-crt0=*: crt0%O%s} \
|
+"%{msys-crt0=*: %*} %{!msys-crt0=*: crt1%O%s} \
|
||||||
+ %{msys-crt0=: %eYou need a C startup file for -msys-crt0=} \
|
+ %{msys-crt0=: %eYou need a C startup file for -msys-crt0=} \
|
||||||
+ %{mctors-in-init: crti%O%s crtbegin%O%s} \
|
+ %{mctors-in-init: crti%O%s crtbegin%O%s} \
|
||||||
+"
|
+"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user