diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-04-25 16:42:00 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-04-25 16:42:00 +0000 |
commit | 2a6cbbdcb49ef1797919b35c024740587a15dfcb (patch) | |
tree | 86c4a7de94fedd82cff121f81b39003407ac9eaf /gcc/config | |
parent | faba18686aaf164daea520ffe3d16fcf58a924a0 (diff) | |
download | gcc-2a6cbbdcb49ef1797919b35c024740587a15dfcb.tar.gz |
Initial revision
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9438 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-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 00000000000..48ab5d9746f --- /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! |