diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1997-01-04 06:34:45 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1997-01-04 06:34:45 -0500 |
commit | c2ae5b5f4ed89ae18cec74b3d84b2499862c44ee (patch) | |
tree | 56cdc18edc2ccb816bfe5131765cc74b26846b5f | |
parent | 7f11fbd56906b8ca871aca269dc6a71b9ef70c83 (diff) | |
download | gcc-c2ae5b5f4ed89ae18cec74b3d84b2499862c44ee.zip gcc-c2ae5b5f4ed89ae18cec74b3d84b2499862c44ee.tar.gz gcc-c2ae5b5f4ed89ae18cec74b3d84b2499862c44ee.tar.bz2 |
(ENDFILE_SPEC): Use "gnu", not "gnu_cc".
From-SVN: r13364
-rw-r--r-- | gcc/config/alpha/vms.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/alpha/vms.h b/gcc/config/alpha/vms.h index 3961b1b..70ed21d 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" |