--- bin86-0.16.11/ld/x86_aout.h.orig 2003-01-28 17:17:14.000000000 -0500 +++ bin86-0.16.11/ld/x86_aout.h 2003-05-27 17:55:41.000000000 -0400 @@ -9,7 +9,7 @@ #define __AOUT_H /* If the host isn't an x86 all bets are off, use chars. */ -#if defined(i386) || defined(__BCC__) || defined(MSDOS) +#if defined(i386) || defined(__BCC__) || defined(MSDOS) || defined(__s390__) typedef long Long; #define __OUT_OK 1 #else