Bug 1331957 - Part 9: Upgrade cctools used for building clang on OS X for ld 264.3.102; r=froydnj

This commit is contained in:
Ehsan Akhgari
2017-01-23 00:26:42 -05:00
parent d5784b3ad6
commit 6e00601f68
7 changed files with 13 additions and 13 deletions

View File

@@ -18,7 +18,7 @@ export LD_LIBRARY_PATH=$HOME_DIR/src/clang/lib
export CROSS_CCTOOLS_PATH=$HOME_DIR/src/cctools
export CROSS_SYSROOT=$HOME_DIR/src/MacOSX10.10.sdk
# cmake doesn't allow us to specify a path to lipo on the command line.
ln -sf $CROSS_CCTOOLS_PATH/bin/x86_64-apple-darwin10-lipo /usr/bin/lipo
ln -sf $CROSS_CCTOOLS_PATH/bin/x86_64-apple-darwin11-lipo /usr/bin/lipo
# gets a bit too verbose here
set +x