diff options
author | Fabian Groffen <grobian@gentoo.org> | 2009-09-12 13:03:29 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2009-09-12 13:03:29 +0000 |
commit | 3147b288e78769d47fa89a801e3b95032c1778bd (patch) | |
tree | e5f4979a5ee37136c8c970989cfd6957f8e307aa /sys-devel/binutils-apple/files | |
parent | Remove old ebuild with built_with_use call. (diff) | |
download | historical-3147b288e78769d47fa89a801e3b95032c1778bd.tar.gz historical-3147b288e78769d47fa89a801e3b95032c1778bd.tar.bz2 historical-3147b288e78769d47fa89a801e3b95032c1778bd.zip |
Since we cannot build ld64, but *can* build new cctools, build the ld64 from 3.1.2 with the new cctools. Hopefully the new cctools fixes problems with Snow Leopard host provided objects and 64-bits awareness
Diffstat (limited to 'sys-devel/binutils-apple/files')
-rw-r--r-- | sys-devel/binutils-apple/files/binutils-apple-3.2-armv7-defines.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys-devel/binutils-apple/files/binutils-apple-3.2-armv7-defines.patch b/sys-devel/binutils-apple/files/binutils-apple-3.2-armv7-defines.patch new file mode 100644 index 000000000000..d89a0c19f2c6 --- /dev/null +++ b/sys-devel/binutils-apple/files/binutils-apple-3.2-armv7-defines.patch @@ -0,0 +1,10 @@ +--- cctools/include/mach/machine.h ++++ cctools/include/mach/machine.h +@@ -306,6 +306,7 @@ + #define CPU_SUBTYPE_ARM_V6 ((cpu_subtype_t) 6) + #define CPU_SUBTYPE_ARM_V5TEJ ((cpu_subtype_t) 7) + #define CPU_SUBTYPE_ARM_XSCALE ((cpu_subtype_t) 8) ++#define CPU_SUBTYPE_ARM_V7 ((cpu_subtype_t) 9) + + /* + * MC88000 subtypes |