Commit 3537b3d4 by Richard Kenner

Disable code that manages gcc.ifile.

From-SVN: r7390
parent 82bb0dd1
...@@ -5,7 +5,8 @@ ...@@ -5,7 +5,8 @@
#define USE_GAS #define USE_GAS
#include "m68k/dpx2.h" #include "m68k/dpx2.h"
#ifndef USE_COLLECT2 #if 0 /* #ifndef USE_COLLECT2 */
/* We use set vectors for the constructors/destructors. */ /* We use set vectors for the constructors/destructors. */
#undef ASM_OUTPUT_CONSTRUCTOR #undef ASM_OUTPUT_CONSTRUCTOR
...@@ -34,15 +35,13 @@ ...@@ -34,15 +35,13 @@
%{pg:gcrt0.o%s}%{!pg:%{p:mcrt0.o%s}%{!p:crt0.o%s}}\ %{pg:gcrt0.o%s}%{!pg:%{p:mcrt0.o%s}%{!p:crt0.o%s}}\
huge.o%s" huge.o%s"
#else /* !USE_COLLECT2 */ #endif /* !USE_COLLECT2 */
#undef STARTFILE_SPEC #undef STARTFILE_SPEC
#define STARTFILE_SPEC \ #define STARTFILE_SPEC \
"%{pg:gcrt0.o%s}%{!pg:%{p:mcrt0.o%s}%{!p:crt0.o%s}}\ "%{pg:gcrt0.o%s}%{!pg:%{p:mcrt0.o%s}%{!p:crt0.o%s}}\
huge.o%s" huge.o%s"
#endif /* !USE_COLLECT2 */
/* /*
* we are using GAS * we are using GAS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment