Do not define LINK_SPEC if it is already defined.
authorMichael Meissner <meissner@gcc.gnu.org>
Wed, 7 Oct 1992 13:48:52 +0000 (13:48 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Wed, 7 Oct 1992 13:48:52 +0000 (13:48 +0000)
From-SVN: r2351

gcc/config/mips/ultrix.h

index e4983ce327bb67695a87eb87c223b76ca23b3646..ae27b869a3d404b3dc2b90ca3156ef489cdee0fc 100644 (file)
@@ -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"