-/* Copyright (C) 1990, 1991 Free Software Foundation, Inc.
+/* All the system include files boiled into one place (sort of).
+ Copyright 1990, 1991 Free Software Foundation, Inc.
+ Contributed by Cygnus Support.
-This file is part of BFD, the Binary File Diddler.
+This file is part of BFD and the GNU Binutils. Please don't use it for
+other programs; better configuration mechanisms than this are needed.
-BFD is free software; you can redistribute it and/or modify
+This program 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.
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
-BFD is distributed in the hope that it will be useful,
+This program 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 BFD; see the file COPYING. If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+along with this program; if not, write to the Free Software
+Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
/* All the system include files boiled into one place.
#define DOS_SYS 13
#define VAX_BSD_SYS 14
#define TAHOE_BSD_SYS 15
+#define RTBSD_SYS 16 /* IBM RT/PC running bsd Unix */
+#define IRIX3_SYS 17 /* SGI Iris running irix 3.x */
+#define IRIX4_SYS 18 /* SGI Iris running cypress */
+#define HP300BSD_SYS 19
+#define ULTRA3_SYS 20 /* NYU Ultracomputer */
+#define NEWSOS3_SYS 21 /* Sony NewsOS 3.x (bsd-4.3 based) */
+#define AMIX_SYS 22 /* Amiga Unix */
+#define i386_MACH_SYS 23 /* Mach on Intel 386 */
#include <ansidecl.h>
#include <sys/h-sun3.h>
#endif
+#if HOST_SYS==NEWSOS3_SYS
+#define HOST_IS_SUN3 1 /* Lie - should be close enough */
+#include <sys/h-sun3.h> /* Probably good enough */
+#define MISSING_VFPRINTF
+#endif
+
#if HOST_SYS==DEC3100_SYS
#define HOST_IS_DEC3100 1
#include <sys/h-dec3100.h>
#define USG
#include <sys/h-hp9000.h>
#endif
+
#if HOST_SYS==APOLLO400_SYS
#define HOST_IS_APOLLO400 1
#include <sys/h-ap400.h>
#include <sys/h-tahoebsd.h>
#endif
-#endif
+#if HOST_SYS == RTBSD_SYS
+#include <sys/h-rtbsd.h>
+#endif
+
+#if HOST_SYS == IRIX3_SYS
+#include <sys/h-irix3.h>
+#endif
+
+#if HOST_SYS == IRIX4_SYS
+#include <sys/h-irix4.h>
+#endif
+
+#if HOST_SYS == HP300BSD_SYS
+#include <sys/h-hp300bsd.h>
+#endif
+
+#if HOST_SYS == ULTRA3_SYS
+#include <sys/h-ultra3.h>
+#endif
+
+#if HOST_SYS == AMIX_SYS
+#include <sys/h-amix.h>
+#endif
+
+#if HOST_SYS == i386_MACH_SYS
+#include <sys/h-i386mach.h>
+#endif
+
+#endif /* _SYSDEP_H */