aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i960
diff options
context:
space:
mode:
authorJoel Sherrill <joel@OARcorp.com>2000-01-05 07:10:35 +0000
committerJeff Law <law@gcc.gnu.org>2000-01-05 00:10:35 -0700
commit6e5138f0f484fc074e0ad61e3f5c48b01993186c (patch)
tree0f92bd8e2f9f0c715187aa6842dd8e59584e8150 /gcc/config/i960
parenta30caf5c2cf7ed862038035bac428569c4339134 (diff)
downloadgcc-6e5138f0f484fc074e0ad61e3f5c48b01993186c.zip
gcc-6e5138f0f484fc074e0ad61e3f5c48b01993186c.tar.gz
gcc-6e5138f0f484fc074e0ad61e3f5c48b01993186c.tar.bz2
configure.in (m68*-*-rtemscoff*): New target, formal name for old m68*-*-rtems*.
* configure.in (m68*-*-rtemscoff*): New target, formal name for old m68*-*-rtems*. (m68*-*-rtemself*): New target. (mips64orion-*-rtems*): Remove duplicate definition of tm_file. (sparc*-*-rtemsaout*): New target, formal name for old sparc*-*-rtems*. (sparc*-*-rtemself*): New target. (sparc*-*-rtems*): Now elf not a.out. * config/i386/rtems.h: Include config/rtems.h. * config/i386/rtemself.h: Include config/rtems.h. * config/i960/rtems.h: Include config/rtems.h. * config/m68k/rtems.h: Include config/rtems.h. * config/m68k/rtemself.h: Include config/rtems.h. * config/mips/rtems64.h: Include config/rtems.h. * config/pa/rtems.h: Include config/rtems.h. * config/rs6000/rtems.h: Include config/rtems.h. * config/sh/rtems.h: Include config/rtems.h. * config/sh/rtemself.h: Include config/rtems.h. * config/sparc/rtems.h: Include config/rtems.h. * config/sparc/rtemself.h: Include config/rtems.h From-SVN: r31231
Diffstat (limited to 'gcc/config/i960')
-rw-r--r--gcc/config/i960/rtems.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/config/i960/rtems.h b/gcc/config/i960/rtems.h
index 909fc73..7a7479a 100644
--- a/gcc/config/i960/rtems.h
+++ b/gcc/config/i960/rtems.h
@@ -1,5 +1,5 @@
/* Definitions for rtems targeting an Intel i960.
- Copyright (C) 1996, 1997 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 2000 Free Software Foundation, Inc.
Contributed by Joel Sherrill (joel@OARcorp.com).
This file is part of GNU CC.
@@ -31,3 +31,6 @@ Boston, MA 02111-1307, USA. */
#ifndef TARGET_MEM_FUNCTIONS
#define TARGET_MEM_FUNCTIONS
#endif
+
+/* Get machine-independent configuration parameters for RTEMS. */
+#include <rtems.h>