(ENDFILE_SPEC): Use "gnu", not "gnu_cc".
authorRichard Kenner <kenner@gcc.gnu.org>
Sat, 4 Jan 1997 11:34:45 +0000 (06:34 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 4 Jan 1997 11:34:45 +0000 (06:34 -0500)
From-SVN: r13364

gcc/config/alpha/vms.h

index 3961b1b73e69d9a725102c7312b9d47e9ba4302e..70ed21d7670734bb6defee941ee652e6cdaa6dd8 100644 (file)
@@ -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"