diff options
author | MCApollo <34170230+MCApollo@users.noreply.github.com> | 2020-03-23 16:13:06 -0500 |
---|---|---|
committer | MCApollo <34170230+MCApollo@users.noreply.github.com> | 2020-03-23 16:13:06 -0500 |
commit | c5203d382219a47c741ac0cc79ff867e452720c5 (patch) | |
tree | 5812992dd69d507078c6d02c18f94005703000e6 /data/odcctools | |
parent | de3a3579a2c807c471436be939313a242d222895 (diff) |
Update cctools to 949.0.1; disabled align check for arm64personal/mcapollo/cctools
Diffstat (limited to 'data/odcctools')
-rw-r--r-- | data/odcctools/_metadata/version | 2 | ||||
-rw-r--r-- | data/odcctools/alignment-check.diff | 12 | ||||
-rw-r--r-- | data/odcctools/cctools-927.0.2.tar.gz | bin | 1842624 -> 0 bytes | |||
-rw-r--r-- | data/odcctools/cctools-949.0.1.tar.gz | bin | 0 -> 1968671 bytes |
4 files changed, 13 insertions, 1 deletions
diff --git a/data/odcctools/_metadata/version b/data/odcctools/_metadata/version index addf7f5c2..789a1749b 100644 --- a/data/odcctools/_metadata/version +++ b/data/odcctools/_metadata/version @@ -1 +1 @@ -927.0.2 +949.0.1 diff --git a/data/odcctools/alignment-check.diff b/data/odcctools/alignment-check.diff new file mode 100644 index 000000000..15254a6c5 --- /dev/null +++ b/data/odcctools/alignment-check.diff @@ -0,0 +1,12 @@ +diff -Naur cctools-949.0.1/libstuff/ofile.c cctools-949.0.1+iPhone/libstuff/ofile.c +--- cctools-949.0.1/libstuff/ofile.c 2020-02-28 12:02:43.000000000 -0600 ++++ cctools-949.0.1+iPhone/libstuff/ofile.c 2020-03-23 16:10:18.297241743 -0500 +@@ -85,7 +85,7 @@ + static enum bool otool_first_ofile_map = TRUE; + #else /* !define(OTOOL) */ + +-#if (!defined(m68k) && !defined(__i386__) && !defined(__x86_64__) && !defined(__ppc__) && !defined(__arm__)) ++#if 0 // (!defined(m68k) && !defined(__i386__) && !defined(__x86_64__) && !defined(__ppc__) && !defined(__arm__)) + #define ALIGNMENT_CHECKS_ARCHIVE_64_BIT + static enum bool archive_64_bit_align_warning = FALSE; + #endif /* (!defined(m68k) && !defined(__i386__) && !defined(__x86_64__) && !defined(__ppc__) && !defined(__arm__)) */ diff --git a/data/odcctools/cctools-927.0.2.tar.gz b/data/odcctools/cctools-927.0.2.tar.gz Binary files differdeleted file mode 100644 index 17fd4ed48..000000000 --- a/data/odcctools/cctools-927.0.2.tar.gz +++ /dev/null diff --git a/data/odcctools/cctools-949.0.1.tar.gz b/data/odcctools/cctools-949.0.1.tar.gz Binary files differnew file mode 100644 index 000000000..8fe250c5a --- /dev/null +++ b/data/odcctools/cctools-949.0.1.tar.gz |