diff options
Diffstat (limited to 'gcc/config/m88k/xm-m88k.h')
-rw-r--r-- | gcc/config/m88k/xm-m88k.h | 8 |
1 files changed, 0 insertions, 8 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) |