diff --git a/src/lib.rs b/src/lib.rs index e97f0958..b2ce7d8b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -607,7 +607,7 @@ impl Config { // For us arm == armv6 by default if target.starts_with("arm-unknown-linux-") { - cmd.args.push("-march=armv6".into()); + cmd.args.push("-march=armv6t2".into()); cmd.args.push("-marm".into()); }