diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-04-25 12:42:00 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-04-25 12:42:00 -0400 |
commit | 007cac0f1ac605b0ec884b561814fec75357d0a3 (patch) | |
tree | 86c4a7de94fedd82cff121f81b39003407ac9eaf /gcc | |
parent | 622ff7098e8d2186d612ed183ad0a013e1a05889 (diff) | |
download | gcc-007cac0f1ac605b0ec884b561814fec75357d0a3.zip gcc-007cac0f1ac605b0ec884b561814fec75357d0a3.tar.gz gcc-007cac0f1ac605b0ec884b561814fec75357d0a3.tar.bz2 |
Initial revision
From-SVN: r9438
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/1750a/xm-1750a.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gcc/config/1750a/xm-1750a.h b/gcc/config/1750a/xm-1750a.h new file mode 100644 index 0000000..48ab5d9 --- /dev/null +++ b/gcc/config/1750a/xm-1750a.h @@ -0,0 +1,22 @@ +/* Configuration for GNU C-compiler for MIL-STD-1750a. + Copyright (C) 1995 Free Software Foundation, Inc. + + 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 1, 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, 675 Mass Ave, Cambridge, MA 02139, USA. + +*/ + +#error Gcc cannot run on a 1750a due to size problems! |