We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 061db52 + feb2be6 commit 4ee9fb5Copy full SHA for 4ee9fb5
mk/platform.mk
@@ -330,7 +330,7 @@ CFG_PATH_MUNGE_arm-unknown-linux-gnueabihf := true
330
CFG_LDPATH_arm-unknown-linux-gnueabihf :=
331
CFG_RUN_arm-unknown-linux-gnueabihf=$(2)
332
CFG_RUN_TARG_arm-unknown-linux-gnueabihf=$(call CFG_RUN_arm-unknown-linux-gnueabihf,,$(2))
333
-RUSTC_FLAGS_arm-unknown-linux-gnueabihf := -C target-feature=+v7,+vfp3
+RUSTC_FLAGS_arm-unknown-linux-gnueabihf := -C target-feature=+v6,+vfp2
334
RUSTC_CROSS_FLAGS_arm-unknown-linux-gnueabihf :=
335
336
# arm-unknown-linux-gnueabi configuration
0 commit comments