From: Michael Meissner Date: Wed, 7 Oct 1992 13:48:52 +0000 (+0000) Subject: Do not define LINK_SPEC if it is already defined. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=68c43307e9fad5706404e1e2044bc417070b2ca6;p=gcc.git Do not define LINK_SPEC if it is already defined. From-SVN: r2351 --- diff --git a/gcc/config/mips/ultrix.h b/gcc/config/mips/ultrix.h index e4983ce327b..ae27b869a3d 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"