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.
gentoo-overlay/sys-devel/binutils-apple/files/ld64-236.3-missing-cputypes...

11 lines
433 B

--- ld64-236.3/src/include/mach/machine.h.orig 2015-01-24 13:22:36.000000000 +0100
+++ ld64-236.3/src/include/mach/machine.h 2015-01-24 13:22:51.000000000 +0100
@@ -233,6 +233,7 @@
*/
#define CPU_SUBTYPE_I386_ALL ((cpu_subtype_t) 3)
+#define CPU_SUBTYPE_X86_ALL CPU_SUBTYPE_I386_ALL
#define CPU_SUBTYPE_X86_64_ALL CPU_SUBTYPE_I386_ALL
#define CPU_SUBTYPE_386 ((cpu_subtype_t) 3)
#define CPU_SUBTYPE_486 ((cpu_subtype_t) 4)