]> gcc.gnu.org Git - gcc.git/blame - gcc/config/pa/rtems.h
pa.c: Replace 'GNU CC' with 'GCC'.
[gcc.git] / gcc / config / pa / rtems.h
CommitLineData
9758e89f 1/* Definitions of target machine for GNU compiler, for PRO.
64abe03e 2 Copyright (C) 1997, 2000, 2002, 2003 Free Software Foundation, Inc.
9758e89f
RK
3 Contributed by Joel Sherrill (joel@OARcorp.com).
4
b7849684 5This file is part of GCC.
9758e89f 6
b7849684 7GCC is free software; you can redistribute it and/or modify
9758e89f
RK
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
b7849684 12GCC is distributed in the hope that it will be useful,
9758e89f
RK
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
b7849684 18along with GCC; see the file COPYING. If not, write to
9758e89f
RK
19the Free Software Foundation, 59 Temple Place - Suite 330,
20Boston, MA 02111-1307, USA. */
21
22/* Specify predefined symbols in preprocessor. */
23
c219e1da
JDA
24#undef TARGET_OS_CPP_BUILTINS
25#define TARGET_OS_CPP_BUILTINS() \
26 do \
27 { \
04df6730 28 if (!c_dialect_cxx () && !flag_iso) \
c219e1da
JDA
29 { \
30 builtin_define ("hppa"); \
31 builtin_define_std ("PWB"); \
32 } \
33 builtin_define ("__rtems__"); \
34 builtin_assert ("system=rtems"); \
35 } \
36 while (0)
64abe03e
JS
37
38#undef LIB_SPEC
39#define LIB_SPEC "%{!p:%{!pg:-lc}}%{p: -lc}%{pg: -lc} -N"
This page took 1.033849 seconds and 5 git commands to generate.