]> gcc.gnu.org Git - gcc.git/commitdiff
Move LINK_LIBGCC_SPECIAL to decrose.h
authorMichael Meissner <meissner@gcc.gnu.org>
Mon, 9 Nov 1992 19:21:53 +0000 (19:21 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Mon, 9 Nov 1992 19:21:53 +0000 (19:21 +0000)
From-SVN: r2724

gcc/config/mips/mips.h
gcc/config/mips/osfrose.h

index b5161a4425d32ea2d2774ed2d6cd415bfbc2658d..ef81806975eface7a0e4d8063e500154ba09c3fd 100644 (file)
@@ -442,12 +442,6 @@ while (0)
        %{bestGnum} %{shared} %{non_shared}}"
 #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
index ce1043f5ce5e8cf131357ac30bbe71eaacdb130b..3951ba4126bc66373bdbe5e288f269e9e13e452d 100644 (file)
@@ -89,6 +89,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define LIB_SPEC "-lc"
 
+/* 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
+
 #define STARTFILE_SPEC "%{pg:gcrt0.o%s}%{!pg:%{p:mcrt0.o%s}%{!p:crt0.o%s}}"
 
 #define MACHINE_TYPE "DECstation with OSF/rose objects"
This page took 1.589254 seconds and 5 git commands to generate.