f58595c
diff -up dev86-0.16.19/ld/x86_aout.h.long dev86-0.16.19/ld/x86_aout.h
f58595c
--- dev86-0.16.19/ld/x86_aout.h.long	2012-07-30 10:17:06.000000000 +0200
f58595c
+++ dev86-0.16.19/ld/x86_aout.h	2012-11-15 15:19:12.215396644 +0100
f58595c
@@ -11,17 +11,11 @@
4c3137d
 /* If the host isn't an x86 all bets are off, use chars. */
4c3137d
 #if defined(i386) || defined(__BCC__) || defined(MSDOS)
4c3137d
 typedef long Long;
4c3137d
-#define __OUT_OK 1
4c3137d
 #else
f58595c
-/* Beware: this will probably allow some BE hosts to generate broken files. */
f58595c
-#ifdef INT32_MAX
f58595c
 #include <stdint.h>
f58595c
 typedef int32_t Long;
f58595c
-#define __OUT_OK 1
f58595c
-#else
4c3137d
-typedef char Long[4];
f58595c
-#endif
4c3137d
 #endif
4c3137d
+#define __OUT_OK 1
4c3137d
 
4c3137d
 struct	exec {			/* a.out header */
4c3137d
   unsigned char	a_magic[2];	/* magic number */