Skip to content

Commit

Permalink
Enable ppc64le build (tensorflow#1672)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dagamies committed Apr 17, 2020
1 parent bdb9a00 commit c5225c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build_deps/toolchains/gpu/crosstool/BUILD.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ cc_toolchain_suite(
toolchains = {
"local|compiler": ":cc-compiler-local",
"k8": ":cc-compiler-local",
"ppc": ":cc-compiler-local",
},
)

Expand Down Expand Up @@ -64,4 +65,4 @@ filegroup(
filegroup(
name = "crosstool_wrapper_driver_is_not_gcc",
srcs = ["clang/bin/crosstool_wrapper_driver_is_not_gcc"],
)
)

0 comments on commit c5225c6

Please sign in to comment.