Skip to content

Commit

Permalink
* Add support for ARM architecture build from source (#2182)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpmorgan authored Sep 30, 2020
1 parent 88a3526 commit 07ed7ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_deps/toolchains/gpu/crosstool/BUILD.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ cc_toolchain_suite(
"local|compiler": ":cc-compiler-local",
"k8": ":cc-compiler-local",
"ppc": ":cc-compiler-local",
"aarch64": ":cc-compiler-local",
},
)

Expand Down

0 comments on commit 07ed7ac

Please sign in to comment.