]> Git Repo - binutils.git/blobdiff - include/sysdep.h
Update to match revised bfd-in.h.
[binutils.git] / include / sysdep.h
index db042b298a3fc9a5a9f43573e53c521c5a87c5f0..f2c8d1d2a545169e17d0068cd261c9ddd8fa6fd0 100755 (executable)
@@ -55,6 +55,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #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>
 
@@ -158,4 +160,12 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #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 */
This page took 0.023385 seconds and 4 git commands to generate.