Skip to content

Commit

Permalink
Update cctools to 886 and ld64 to 264.3.102
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoechtrager committed Jun 25, 2016
1 parent 6789370 commit a9317c1
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 15 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.o
*gcc*.tar.*
*MacOSX*.*
cpucount
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/****************************** v0.14 ********************************/

changed:
* updated cctools to 886
* updated ld64 to 264.3.102

/****************************** v0.13 ********************************/

changed:
Expand Down
7 changes: 3 additions & 4 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ if [ -z "$OSX_VERSION_MIN" ]; then
fi
fi

OSXCROSS_VERSION=0.13
OSXCROSS_VERSION=0.14

X86_64H_SUPPORTED=0

Expand Down Expand Up @@ -130,8 +130,8 @@ function remove_locks()
source $BASE_DIR/tools/trap_exit.sh

# CCTOOLS
LINKER_VERSION=253.9
CCTOOLS="cctools-877.8-ld64-$LINKER_VERSION"
LINKER_VERSION=264.3.102
CCTOOLS="cctools-886-ld64-$LINKER_VERSION"
CCTOOLS_TARBALL=$(ls $TARBALL_DIR/$CCTOOLS*.tar.* | head -n1)
CCTOOLS_REVHASH=$(echo $(basename "$CCTOOLS_TARBALL") | tr '_' '\n' | \
tr '.' '\n' | tail -n3 | head -n1)
Expand All @@ -149,7 +149,6 @@ pushd .. &>/dev/null
popd &>/dev/null
patch -p0 < $PATCH_DIR/cctools-ld64-1.patch
patch -p0 < $PATCH_DIR/cctools-ld64-2.patch
patch -p0 < $PATCH_DIR/cctools-ld64-3.patch
echo ""
CONFFLAGS="--prefix=$TARGET_DIR --target=x86_64-apple-$TARGET "
CONFFLAGS+="--disable-clang-as "
Expand Down
11 changes: 0 additions & 11 deletions patches/cctools-ld64-3.patch

This file was deleted.

Binary file removed tarballs/cctools-877.8-ld64-253.9_e2c9d34.tar.xz
Binary file not shown.
Binary file not shown.

0 comments on commit a9317c1

Please sign in to comment.