diff options
Diffstat (limited to 'gcc/config/sh/rtems.h')
-rw-r--r-- | gcc/config/sh/rtems.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/config/sh/rtems.h b/gcc/config/sh/rtems.h index 56a4aa4dd29..be9d8f2a8c4 100644 --- a/gcc/config/sh/rtems.h +++ b/gcc/config/sh/rtems.h @@ -1,6 +1,5 @@ /* Definitions for rtems targetting a SH using elf. - - Copyright (C) 1996 Free Software Foundation, Inc. + Copyright (C) 1997 Free Software Foundation, Inc. Contributed by Joel Sherrill (joel@OARcorp.com). This file is part of GNU CC. @@ -27,5 +26,3 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES "-D__sh__ -D__ELF__ -Drtems -D__rtems__ \ -Asystem(rtems) -Acpu(sh) -Amachine(sh)" - -/* end of sparc/rtems.h */ |