Skip to content

Commit

Permalink
Update osx toolchain to match C/C++ part of latest upstream toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Snape committed Jan 16, 2018
1 parent 6928b86 commit 55d10c4
Show file tree
Hide file tree
Showing 3 changed files with 925 additions and 74 deletions.
9 changes: 8 additions & 1 deletion tools/cc_toolchain/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ filegroup(
visibility = ["//visibility:private"],
)

# A compiler wrapper script that adjusts linker paths on OS X.
# A compiler wrapper script that adjusts linker paths on macOS.
filegroup(
name = "osx_cc_wrapper",
srcs = [
Expand All @@ -58,9 +58,16 @@ filegroup(
visibility = ["//visibility:private"],
)

filegroup(
name = "osx_ar_wrapper",
srcs = ["osx_ar_wrapper.sh"],
visibility = ["//visibility:private"],
)

filegroup(
name = "apple_toolchain_deps",
srcs = [
":osx_ar_wrapper",
":osx_cc_wrapper",
":universal_toolchain_deps",
],
Expand Down
Loading

0 comments on commit 55d10c4

Please sign in to comment.