diff options
Diffstat (limited to 'gcc/config/i386/nto.h')
-rw-r--r-- | gcc/config/i386/nto.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/config/i386/nto.h b/gcc/config/i386/nto.h index 0a54ce02cd5..aed97731ee0 100644 --- a/gcc/config/i386/nto.h +++ b/gcc/config/i386/nto.h @@ -1,5 +1,5 @@ /* Definitions for Intel 386 running QNX/Neutrino. - Copyright (C) 2002, 2003, 2007, 2010 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2007, 2010, 2011 Free Software Foundation, Inc. This file is part of GCC. @@ -20,9 +20,6 @@ along with GCC; see the file COPYING3. If not see #undef DEFAULT_PCC_STRUCT_RETURN #define DEFAULT_PCC_STRUCT_RETURN 1 -#undef TARGET_VERSION -#define TARGET_VERSION fprintf (stderr, " (QNX/Neutrino/i386 ELF)"); - #undef TARGET_OS_CPP_BUILTINS #define TARGET_OS_CPP_BUILTINS() \ do \ |