1
Fork 0

add platform support details file for armv7-unknown-linux-uclibc

This commit is contained in:
Jonah Petri 2021-09-17 17:18:11 -04:00
parent 11381a5a3a
commit bc3eb354e7
4 changed files with 69 additions and 3 deletions

View file

@ -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
},
}