From: Richard Kenner Date: Sat, 4 Jan 1997 11:34:45 +0000 (-0500) Subject: (ENDFILE_SPEC): Use "gnu", not "gnu_cc". X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c2ae5b5f4ed89ae18cec74b3d84b2499862c44ee;p=gcc.git (ENDFILE_SPEC): Use "gnu", not "gnu_cc". From-SVN: r13364 --- diff --git a/gcc/config/alpha/vms.h b/gcc/config/alpha/vms.h index 3961b1b73e6..70ed21d7670 100644 --- a/gcc/config/alpha/vms.h +++ b/gcc/config/alpha/vms.h @@ -1,5 +1,5 @@ /* Output variables, constants and external declarations, for GNU compiler. - Copyright (C) 1996 Free Software Foundation, Inc. + Copyright (C) 1996, 1997 Free Software Foundation, Inc. This file is part of GNU CC. @@ -399,7 +399,7 @@ void *function_arg (); #define STARTFILE_SPEC "" #undef ENDFILE_SPEC -#define ENDFILE_SPEC "gnu_cc:[000000]crt0.obj" +#define ENDFILE_SPEC "gnu:[000000]crt0.obj" /* Define the names of the division and modulus functions. */ #define DIVSI3_LIBCALL "ots$div_i"