summaryrefslogtreecommitdiff
path: root/gcc/config/i386/rtemself.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/i386/rtemself.h')
-rw-r--r--gcc/config/i386/rtemself.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/config/i386/rtemself.h b/gcc/config/i386/rtemself.h
index ce59e7f79a6..6e31f56b2e8 100644
--- a/gcc/config/i386/rtemself.h
+++ b/gcc/config/i386/rtemself.h
@@ -23,13 +23,6 @@ Boston, MA 02111-1307, USA. */
#define LINUX_DEFAULT_ELF
-/* A lie, I guess, but the general idea behind linux/ELF is that we are
- supposed to be outputting something that will assemble under SVr4.
- This gets us pretty close. */
-#include <i386/i386.h> /* Base i386 target machine definitions */
-#include <i386/att.h> /* Use the i386 AT&T assembler syntax */
-#include <linux.h> /* some common stuff */
-
#undef TARGET_VERSION
#define TARGET_VERSION fprintf (stderr, " (i386 RTEMS with ELF)");
@@ -89,7 +82,4 @@ Boston, MA 02111-1307, USA. */
#undef ENDFILE_SPEC
#define ENDFILE_SPEC "crtend.o%s crtn.o%s"
-/* Get machine-independent configuration parameters for RTEMS. */
-#include <rtems.h>
-
/* end of i386/rtemself.h */