diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1997-04-13 11:43:08 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1997-04-13 11:43:08 -0400 |
commit | 9758e89fa8a7a308a809590d1fcb3de453e5ce25 (patch) | |
tree | 058cf478d6a176bf47c687729bf6459f2904534c /gcc | |
parent | a68b98cf6d528a31bb5f69e7f11f25b1d7d048f0 (diff) | |
download | gcc-9758e89fa8a7a308a809590d1fcb3de453e5ce25.zip gcc-9758e89fa8a7a308a809590d1fcb3de453e5ce25.tar.gz gcc-9758e89fa8a7a308a809590d1fcb3de453e5ce25.tar.bz2 |
Initial revision
From-SVN: r13871
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/pa/rtems.h | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/gcc/config/pa/rtems.h b/gcc/config/pa/rtems.h new file mode 100644 index 0000000..0eba886 --- /dev/null +++ b/gcc/config/pa/rtems.h @@ -0,0 +1,30 @@ +/* Definitions of target machine for GNU compiler, for PRO. + Copyright (C) 1997 Free Software Foundation, Inc. + Contributed by Joel Sherrill (joel@OARcorp.com). + +This file is part of GNU CC. + +GNU CC is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2, or (at your option) +any later version. + +GNU CC is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +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. */ + +/* Specify predefined symbols in preprocessor. */ + +#undef CPP_PREDEFINES +#define CPP_PREDEFINES "-Dhppa -DPWB -Acpu(hppa) -Amachine(hppa) \ + -Drtems -D__rtems__ -Asystem(rtems)" + +#undef SUBTARGET_SWITCHES +#define SUBTARGET_SWITCHES \ + { "rtems", 0 }, |