Skip to content

Commit 7aaf12e

Browse files
committed
To fix no toolchain for cpu aarch64.
1 parent cca87a3 commit 7aaf12e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/test/shell/bazel/testdata/bazel_toolchain_test_data/tools/arm_compiler/CROSSTOOL

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ default_toolchain {
1212
toolchain_identifier: "local"
1313
}
1414

15+
default_toolchain {
16+
cpu: "aarch64"
17+
toolchain_identifier: "local"
18+
}
1519
toolchain {
1620
abi_version: "gcc"
1721
abi_libc_version: "glibc_2.19"

tools/cpp/CROSSTOOL.tpl

+4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ default_toolchain {
2121
cpu: "s390x"
2222
toolchain_identifier: "local"
2323
}
24+
default_toolchain {
25+
cpu: "aarch64"
26+
toolchain_identifier: "local"
27+
}
2428

2529
default_toolchain {
2630
cpu: "ios_x86_64"

0 commit comments

Comments
 (0)