Commit 48dad973 authored by Mike Frysinger's avatar Mike Frysinger
Browse files

Thomas Chou says in bug 618: fix gcc to use crt1.o instead of crt0.o

parent 9896430b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6989,7 +6989,7 @@
+
+#undef 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=} \
+ %{mctors-in-init: crti%O%s crtbegin%O%s} \
+"
+1 −1
Original line number Diff line number Diff line
@@ -6989,7 +6989,7 @@
+
+#undef 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=} \
+ %{mctors-in-init: crti%O%s crtbegin%O%s} \
+"