OSDN Git Service

2002-04-12 Eric Norum <eric.norum@usask.ca>
[pf3gnuchains/gcc-fork.git] / gcc / config / i386 / rtems.h
index d3e53c6..16fd6fb 100644 (file)
@@ -1,6 +1,5 @@
-/* Definitions for rtems targetting an Intel i386 using coff.
-
-   Copyright (C) 1996 Free Software Foundation, Inc.
+/* Definitions for rtems targeting an Intel i386 using coff.
+   Copyright (C) 1996, 1997, 2000, 2002 Free Software Foundation, Inc.
    Contributed by Joel Sherrill (joel@OARcorp.com).
 
 This file is part of GNU CC.
@@ -20,12 +19,10 @@ along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
-#include "i386/i386-coff.h"
-
 /* Specify predefined symbols in preprocessor.  */
 
 #undef CPP_PREDEFINES
-#define CPP_PREDEFINES "-Di386 -Drtems -D__rtems__ \
-   -Asystem(rtems) -Acpu(i386) -Amachine(i386)"
+#define CPP_PREDEFINES "-D__rtems__ -Asystem=rtems"
 
-/* end of i386/rtems.h */
+#undef  TARGET_VERSION
+#define TARGET_VERSION fprintf (stderr, " (80386, RTEMS)");