diff options
Diffstat (limited to 'gcc/config/m88k')
-rw-r--r-- | gcc/config/m88k/xm-m88k.h | 8 | ||||
-rw-r--r-- | gcc/config/m88k/xm-openbsd.h | 22 |
2 files changed, 0 insertions, 30 deletions
diff --git a/gcc/config/m88k/xm-m88k.h b/gcc/config/m88k/xm-m88k.h index fb49699ee06..13e45e53e7d 100644 --- a/gcc/config/m88k/xm-m88k.h +++ b/gcc/config/m88k/xm-m88k.h @@ -23,14 +23,6 @@ Boston, MA 02111-1307, USA. */ /* This describes the machine the compiler is hosted on. */ #define HOST_WORDS_BIG_ENDIAN -/* The 88open BCS (and ABI) environment doesn't support BSD features - (vfork, getrusage), so use USG. The Omron Luna/88k is BSD though. */ -#ifndef luna88k -#ifndef USG -#define USG -#endif -#endif - /* For DG/UX, the best size is different. */ #ifdef __DGUX__ #define OBSTACK_CHUNK_SIZE (8192-16) diff --git a/gcc/config/m88k/xm-openbsd.h b/gcc/config/m88k/xm-openbsd.h deleted file mode 100644 index d3ac7da6e02..00000000000 --- a/gcc/config/m88k/xm-openbsd.h +++ /dev/null @@ -1,22 +0,0 @@ -/* Configuration file for an host running m88k OpenBSD. - Copyright (C) 2000 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. */ - -/* Remove base m88k idiosyncrasies. */ -#undef USG |