add support for hexagon-unknown-linux-musl
This commit is contained in:
parent
527dce7137
commit
4b339688b5
10 changed files with 110 additions and 2 deletions
|
@ -975,6 +975,11 @@ mod arch {
|
|||
pub const ARCH: &str = "wasm32";
|
||||
}
|
||||
|
||||
#[cfg(target_arch = "hexagon")]
|
||||
mod arch {
|
||||
pub const ARCH: &'static str = "hexagon";
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue