aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/arm/rtems-elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/arm/rtems-elf.h')
-rw-r--r--gcc/config/arm/rtems-elf.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/config/arm/rtems-elf.h b/gcc/config/arm/rtems-elf.h
index 8663768ab81..312c96fc3e3 100644
--- a/gcc/config/arm/rtems-elf.h
+++ b/gcc/config/arm/rtems-elf.h
@@ -19,12 +19,10 @@ the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
/* Run-time Target Specification. */
+#undef TARGET_VERSION
#define TARGET_VERSION fputs (" (ARM/ELF RTEMS)", stderr);
#define HAS_INIT_SECTION
#undef CPP_PREDEFINES
#define CPP_PREDEFINES "-D__rtems__ -D__ELF__ -Asystem=rtems"
-
-#undef INVOKE_main
-