diff options
author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-03 17:38:23 +0000 |
---|---|---|
committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-03 17:38:23 +0000 |
commit | edac87698c5c21462e855e3eae4adef1e1ac314b (patch) | |
tree | 7f2d37daa3e698ef199784d687c61e581ceafd5f /gcc/config/m88k | |
parent | 97ff2480aafce58c4c3640bdc03a2b1650f46823 (diff) | |
download | gcc-edac87698c5c21462e855e3eae4adef1e1ac314b.tar.gz |
* config/i386/xm-beos.h, config/i386/xm-isc.h,
config/i386/xm-next.h, config/i386/xm-sco.h,
config/i386/xm-sco5.h, config/m68k/xm-plexus.h,
config/m88k/xm-m88k.h: Delete.
* config/i386/xm-djgpp.h: Don't define __MSDOS__.
* config/romp/xm-romp.h: Don't define bcopy.
* config/rs6000/xm-beos.h: Don't define bcopy, HAVE_VPRINTF,
HAVE_PUTENV, HAVE_RENAME, or USE_C_ALLOCA.
* config.gcc: Remove references to deleted files.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41061 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m88k')
-rw-r--r-- | gcc/config/m88k/xm-m88k.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/gcc/config/m88k/xm-m88k.h b/gcc/config/m88k/xm-m88k.h deleted file mode 100644 index 83380dbc67f..00000000000 --- a/gcc/config/m88k/xm-m88k.h +++ /dev/null @@ -1,26 +0,0 @@ -/* Configuration for GNU compiler. - Motorola m88100 in an 88open OCS/BCS environment. - Copyright (C) 1988, 1989, 1990, 1991, 1993, 1997, 2001 - 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 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. */ - -/* For DG/UX, the best size is different. */ -#ifdef __DGUX__ -#define OBSTACK_CHUNK_SIZE (8192-16) -#endif |