mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
431 B

  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