blob: aec13e22f810f2c40d4f1473a5b9b9dcb102587d (
plain)
1 diff -urN bin86-0.16.14-orig/ld/x86_aout.h bin86-0.16.14/ld/x86_aout.h
2 --- bin86-0.16.14-orig/ld/x86_aout.h 2004-11-07 20:07:31.506442000 +0100
3 +++ bin86-0.16.14/ld/x86_aout.h 2004-11-07 20:07:41.106982496 +0100
4 @@ -12,6 +12,9 @@
5 #if defined(i386) || defined(__BCC__) || defined(MSDOS)
6 typedef long Long;
7 #define __OUT_OK 1
8 +#elif defined(__x86_64__)
9 +typedef int Long;
10 +#define __OUT_OK 1
11 #else
12 typedef char Long[4];
13 #endif
|