Skip to content

Commit 0b476d8

Browse files
authored
support armv7 in tripple mappings (#1116)
1 parent bc26e78 commit 0b476d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rust/platform/triple_mappings.bzl

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ SUPPORTED_T2_PLATFORM_TRIPLES = [
2323
"aarch64-linux-android",
2424
"aarch64-unknown-linux-gnu",
2525
"arm-unknown-linux-gnueabi",
26+
"armv7-unknown-linux-gnueabi",
2627
"i686-linux-android",
2728
"i686-unknown-freebsd",
2829
"powerpc-unknown-linux-gnu",

0 commit comments

Comments
 (0)