add platform support details file for armv7-unknown-linux-uclibc
This commit is contained in:
parent
11381a5a3a
commit
bc3eb354e7
4 changed files with 69 additions and 3 deletions
|
@ -17,6 +17,7 @@ pub fn target() -> Target {
|
|||
cpu: "generic".to_string(),
|
||||
max_atomic_width: Some(64),
|
||||
mcount: "_mcount".to_string(),
|
||||
abi: "eabihf".to_string(),
|
||||
..base
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue