void-packages/srcpkgs/bin86/patches/fix_x86_64.diff
Juan RP c756cffd61 Added bin86-0.16.17 build template.
--HG--
extra : convert_revision : fca781441c2812386dc7a0f244292e63c0dc7fed
2010-02-23 16:23:44 +01:00

13 lines
330 B
Diff

--- ld/x86_aout.h 2005-11-07 20:07:31.506442000 +0100
+++ ld/x86_aout.h 2020-02-07 20:07:41.106982496 +0100
@@ -12,6 +12,9 @@
#if defined(i386) || defined(__BCC__) || defined(MSDOS)
typedef long Long;
#define __OUT_OK 1
+#elif defined(__x86_64__)
+typedef int Long;
+#define __OUT_OK 1
#else
typedef char Long[4];
#endif