Skip to content

Commit 889f573

Browse files
authored
Support targets armv7-unknown-linux-gnueabi/musleabi (#80)
Support targets `armv7-unknown-linux-gnueabi` & `armv7-unknown-linux-musleabi`
1 parent c73bd12 commit 889f573

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ impl Build {
177177
"arm-unknown-linux-musleabihf" => "linux-armv4",
178178
"armv6-unknown-freebsd" => "BSD-generic32",
179179
"armv7-unknown-freebsd" => "BSD-generic32",
180+
"armv7-unknown-linux-gnueabi" => "linux-armv4",
181+
"armv7-unknown-linux-musleabi" => "linux-armv4",
180182
"armv7-unknown-linux-gnueabihf" => "linux-armv4",
181183
"armv7-unknown-linux-musleabihf" => "linux-armv4",
182184
"asmjs-unknown-emscripten" => "gcc",

0 commit comments

Comments
 (0)