diff options
Diffstat (limited to 'gcc/config/vax/linux.h')
-rw-r--r-- | gcc/config/vax/linux.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/config/vax/linux.h b/gcc/config/vax/linux.h index 93ce7bb3a25..2f098489709 100644 --- a/gcc/config/vax/linux.h +++ b/gcc/config/vax/linux.h @@ -1,5 +1,5 @@ /* Definitions for VAX running Linux-based GNU systems with ELF format. - Copyright (C) 2007, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2007, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GCC. @@ -18,9 +18,6 @@ along with GCC; see the file COPYING3. If not see <http://www.gnu.org/licenses/>. */ -#undef TARGET_VERSION -#define TARGET_VERSION fprintf (stderr, " (VAX GNU/Linux with ELF)"); - #define TARGET_OS_CPP_BUILTINS() LINUX_TARGET_OS_CPP_BUILTINS() /* We use GAS, G-float double and want new DI patterns. */ |