Skip to content

Commit 01f103f

Browse files
authored
Add support for hexagon-unknown-linux-musl-clang (#533)
1 parent 4af985d commit 01f103f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2288,6 +2288,7 @@ impl Build {
22882288
"thumbv7neon-unknown-linux-gnueabihf" => Some("arm-linux-gnueabihf"),
22892289
"thumbv7neon-unknown-linux-musleabihf" => Some("arm-linux-musleabihf"),
22902290
"armv7-unknown-netbsd-eabihf" => Some("armv7--netbsdelf-eabihf"),
2291+
"hexagon-unknown-linux-musl" => Some("hexagon-linux-musl"),
22912292
"i586-unknown-linux-musl" => Some("musl"),
22922293
"i686-pc-windows-gnu" => Some("i686-w64-mingw32"),
22932294
"i686-uwp-windows-gnu" => Some("i686-w64-mingw32"),

0 commit comments

Comments
 (0)