diff options
author | Michael Meissner <meissner@gcc.gnu.org> | 1992-10-07 13:48:52 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 1992-10-07 13:48:52 +0000 |
commit | 68c43307e9fad5706404e1e2044bc417070b2ca6 (patch) | |
tree | 2c34140978d22a2784d009d335027184165e4c15 | |
parent | 35b528be831e82588c0503c9fae12868ce14104f (diff) | |
download | gcc-68c43307e9fad5706404e1e2044bc417070b2ca6.zip gcc-68c43307e9fad5706404e1e2044bc417070b2ca6.tar.gz gcc-68c43307e9fad5706404e1e2044bc417070b2ca6.tar.bz2 |
Do not define LINK_SPEC if it is already defined.
From-SVN: r2351
-rw-r--r-- | gcc/config/mips/ultrix.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/mips/ultrix.h b/gcc/config/mips/ultrix.h index e4983ce..ae27b86 100644 --- a/gcc/config/mips/ultrix.h +++ b/gcc/config/mips/ultrix.h @@ -43,7 +43,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ %{.m: -D__LANGUAGE_OBJECTIVE_C__ -D__LANGUAGE_OBJECTIVE_C} \ %{!.S: -D__LANGUAGE_C__ -D__LANGUAGE_C %{!ansi:-DLANGUAGE_C}}" -#ifndef LINK_SPEC #define LINK_SPEC "\ %{G*} \ %{!mgas: \ @@ -51,7 +50,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ %{EB: %e-EB not supported} \ %{mips1} %{mips2} %{mips3} \ %{bestGnum}}" -#endif #define LIB_SPEC "%{p:-lprof1} %{pg:-lprof1} -lc" |