Skip to content

Commit

Permalink
Update cc-toolchain-config.md
Browse files Browse the repository at this point in the history
ERROR: .../examples/cpp-tutorial/stage1/toolchain/BUILD:11:1: in cc_toolchain rule //toolchain:asmjs_toolchain: attributes 'cpu' and 'compiler' have been deprecated, please remove them. See bazelbuild#7075 for details.
  • Loading branch information
alexanderilyin authored Jul 9, 2019
1 parent d4197d1 commit 2d71dfb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion site/docs/tutorial/cc-toolchain-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ using an older release of Bazel, look for the "Configuring CROSSTOOL" tutorial.
toolchain_config = ":asmjs_toolchain_config",
all_files = ":empty",
compiler_files = ":empty",
cpu = "asmjs",
dwp_files = ":empty",
linker_files = ":empty",
objcopy_files = ":empty",
Expand Down

0 comments on commit 2d71dfb

Please sign in to comment.