Skip to content

Commit

Permalink
darwin: Update to LLVM/Clang 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mingwandroid committed Sep 4, 2014
1 parent 2a31ef6 commit 52ce7ba
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
4 changes: 2 additions & 2 deletions samples/i686-apple-darwin11/crosstool.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CT_SAVE_TARBALLS=y
CT_LOG_EXTRA=y
CT_ARCH_x86=y
CT_MULTILIB=y
CT_LLVM_V_3_3=y
CT_LLVM_V_3_4=y
# llvmgcc needs an older version of LLVM (2.7)
# such as the one that comes in Apples tarball
# Disabled until - maybe never! - we get round
Expand Down Expand Up @@ -36,4 +36,4 @@ CT_DARWIN_COPY_SDK_TO_SYSROOT=n
# because touch on Mac doesn't support --date=
CT_SRC_REFERENCE_DATETIME="199912312359.59"
# While there's a need to debug
CT_DEBUGGABLE_TOOLCHAIN=y
CT_DEBUGGABLE_TOOLCHAIN=n
19 changes: 18 additions & 1 deletion samples/x86_64-apple-darwin10/crosstool.config
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
CT_EXPERIMENTAL=y
CT_STATIC_TOOLCHAIN=n
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
CT_SAVE_TARBALLS=y
CT_LOG_EXTRA=y
CT_ARCH_64=y
CT_ARCH_x86=y
CT_MULTILIB=y
CT_LLVM_V_2_7=y
CT_LLVM_V_3_4=y
# llvmgcc needs an older version of LLVM (2.7)
# such as the one that comes in Apples tarball
# Disabled until - maybe never! - we get round
# to allowing two different LLVM builds.
CT_CC_llvmgcc=n
CT_CC_LLVMGCC_V_2336_11=y
CT_LLVM_COMPILER_RT=n
CT_TARGET_VENDOR="apple"
CT_KERNEL_darwin=y
CT_DARWIN_MAC_OSX_V_10_6=y
Expand All @@ -20,3 +28,12 @@ CT_CC_LANG_CXX=y
CT_CC_LANG_OBJC=y
CT_CC_LANG_OBJCXX=y
CT_LIBC_none=y
CT_EXPORT_BUILD_TOOLS=y
# Clang is currently broken without this!
# It doesn't look in -isysroot folder ...
CT_DARWIN_COPY_SDK_TO_SYSROOT=n
# For repeatable builds, must be the -t format
# because touch on Mac doesn't support --date=
CT_SRC_REFERENCE_DATETIME="199912312359.59"
# While there's a need to debug
CT_DEBUGGABLE_TOOLCHAIN=n

0 comments on commit 52ce7ba

Please sign in to comment.