Define LINK_LIBGCC_SPECIAL.
authorMichael Meissner <meissner@gcc.gnu.org>
Sun, 28 Jun 1992 15:48:03 +0000 (15:48 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Sun, 28 Jun 1992 15:48:03 +0000 (15:48 +0000)
From-SVN: r1328

gcc/config/mips/mips.h

index d3c0c9a5ab7771db5c9ac2a14f1f5bcd5ddc7695..42b88e48813172ea64f01bc7576286e30a53900d 100644 (file)
@@ -389,6 +389,12 @@ while (0)
        %{bestGnum}}"
 #endif                         /* LINK_SPEC defined */
 
+/* Define this macro meaning that `gcc' should find the library
+   `libgcc.a' by hand, rather than passing the argument `-lgcc' to
+   tell the linker to do the search. */
+
+#define LINK_LIBGCC_SPECIAL 1
+
 /* Specs for the compiler proper */
 
 #ifndef CC1_SPEC