diff options
author | Michael Meissner <meissner@gcc.gnu.org> | 1992-06-28 15:48:03 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 1992-06-28 15:48:03 +0000 |
commit | 2a7165f4066763dabbc1052599d7ab2107ba3123 (patch) | |
tree | 8f8f567d72bbb423ceea972371840e5435ecbd8f /gcc/config/mips | |
parent | 0ceb0c11e3fc9658db85d62be7c2c6a5e83bbb5c (diff) | |
download | gcc-2a7165f4066763dabbc1052599d7ab2107ba3123.zip gcc-2a7165f4066763dabbc1052599d7ab2107ba3123.tar.gz gcc-2a7165f4066763dabbc1052599d7ab2107ba3123.tar.bz2 |
Define LINK_LIBGCC_SPECIAL.
From-SVN: r1328
Diffstat (limited to 'gcc/config/mips')
-rw-r--r-- | gcc/config/mips/mips.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index d3c0c9a..42b88e4 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -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 |