diff options
Diffstat (limited to 'gcc/config/arm/uclinux-elf.h')
-rw-r--r-- | gcc/config/arm/uclinux-elf.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/config/arm/uclinux-elf.h b/gcc/config/arm/uclinux-elf.h index 50fd7658096..a8ba25540d6 100644 --- a/gcc/config/arm/uclinux-elf.h +++ b/gcc/config/arm/uclinux-elf.h @@ -1,5 +1,5 @@ /* Definitions for ARM running ucLinux using ELF - Copyright (C) 1999, 2001, 2004, 2005, 2007, 2008 + Copyright (C) 1999, 2001, 2004, 2005, 2007, 2008, 2009, 2011 Free Software Foundation, Inc. Contributed by Philip Blundell <pb@nexus.co.uk> @@ -23,9 +23,6 @@ #undef NEED_PLT_RELOC #define NEED_PLT_RELOC 0 -#undef TARGET_VERSION -#define TARGET_VERSION fputs (" (ARM/ELF ucLinux)", stderr); - #undef TARGET_DEFAULT #define TARGET_DEFAULT (MASK_SINGLE_PIC_BASE) |