]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config/mips/rtems.h
GNU CC -> GCC
[thirdparty/gcc.git] / gcc / config / mips / rtems.h
CommitLineData
bc98ef7f 1/* Definitions for rtems targeting a MIPS using ELF.
c934274a 2 Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003 Free Software Foundation, Inc.
bc98ef7f
JS
3 Contributed by Joel Sherrill (joel@OARcorp.com).
4
7ec022b2 5This file is part of GCC.
bc98ef7f 6
7ec022b2 7GCC is free software; you can redistribute it and/or modify
bc98ef7f
JS
8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 2, or (at your option)
10any later version.
11
7ec022b2 12GCC is distributed in the hope that it will be useful,
bc98ef7f
JS
13but WITHOUT ANY WARRANTY; without even the implied warranty of
14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details.
16
17You should have received a copy of the GNU General Public License
7ec022b2 18along with GCC; see the file COPYING. If not, write to
bc98ef7f
JS
19the Free Software Foundation, 59 Temple Place - Suite 330,
20Boston, MA 02111-1307, USA. */
21
22/* Specify predefined symbols in preprocessor. */
23
ce3649d2
EC
24#define TARGET_OS_CPP_BUILTINS() \
25do { \
26 builtin_define ("__rtems__"); \
c934274a 27 builtin_define ("__USE_INIT_FINI__"); \
ce3649d2
EC
28 builtin_assert ("system=rtems"); \
29} while (0)