From c2ae5b5f4ed89ae18cec74b3d84b2499862c44ee Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sat, 4 Jan 1997 06:34:45 -0500 Subject: [PATCH] (ENDFILE_SPEC): Use "gnu", not "gnu_cc". From-SVN: r13364 --- gcc/config/alpha/vms.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.30.2