We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee8af6a commit 7a1bfc2Copy full SHA for 7a1bfc2
src/lib.rs
@@ -447,6 +447,14 @@ impl Config {
447
if target == "armv7-unknown-linux-gnueabihf" {
448
cmd.args.push("-march=armv7-a".into());
449
}
450
+ if target == "arm-unknown-linux-gnueabihf" {
451
+ cmd.args.push("-march=armv6".into());
452
+ cmd.args.push("-marm".into());
453
+ }
454
+ if target == "arm-unknown-linux-gnueabi" {
455
456
457
458
459
460
if self.cpp && !msvc {
0 commit comments