From 25dd23fd25ca6ade16a506e1f315f106b51d825c Mon Sep 17 00:00:00 2001 From: Sean Morgan Date: Mon, 28 Sep 2020 18:41:21 -0700 Subject: [PATCH] * Add support for ARM architecture build from source --- build_deps/toolchains/gpu/crosstool/BUILD.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/build_deps/toolchains/gpu/crosstool/BUILD.tpl b/build_deps/toolchains/gpu/crosstool/BUILD.tpl index a76c1950b7..5e21c2c91c 100644 --- a/build_deps/toolchains/gpu/crosstool/BUILD.tpl +++ b/build_deps/toolchains/gpu/crosstool/BUILD.tpl @@ -25,6 +25,7 @@ cc_toolchain_suite( "local|compiler": ":cc-compiler-local", "k8": ":cc-compiler-local", "ppc": ":cc-compiler-local", + "aarch64": ":cc-compiler-local", }, )