diff options
author | Michael Meissner <meissner@gcc.gnu.org> | 1992-11-09 19:21:53 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 1992-11-09 19:21:53 +0000 |
commit | e26154aa86db2e3b004e027913e7851de8233d38 (patch) | |
tree | 1ea2d3357fde95b838c6bd8405c883e256110450 | |
parent | 61fab2368262b163ebb8686c641909f776653c84 (diff) | |
download | gcc-e26154aa86db2e3b004e027913e7851de8233d38.zip gcc-e26154aa86db2e3b004e027913e7851de8233d38.tar.gz gcc-e26154aa86db2e3b004e027913e7851de8233d38.tar.bz2 |
Move LINK_LIBGCC_SPECIAL to decrose.h
From-SVN: r2724
-rw-r--r-- | gcc/config/mips/mips.h | 6 | ||||
-rw-r--r-- | gcc/config/mips/osfrose.h | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index b5161a4..ef81806 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -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 diff --git a/gcc/config/mips/osfrose.h b/gcc/config/mips/osfrose.h index ce1043f..3951ba4 100644 --- a/gcc/config/mips/osfrose.h +++ b/gcc/config/mips/osfrose.h @@ -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" |