git » mk-builders.git » commit a0e4c1f

those rustc flags caused complaints

author Urja (ARMLFS builder)
2024-07-12 16:24:05 UTC
committer Urja (ARMLFS builder)
2024-07-12 16:24:05 UTC
parent 082d2b920a05e345fc9c673819647b428880f6af

those rustc flags caused complaints

bc64-usr-a32/rustc +1 -1

diff --git a/bc64-usr-a32/rustc b/bc64-usr-a32/rustc
index 46b7dbd..b7128d4 100755
--- a/bc64-usr-a32/rustc
+++ b/bc64-usr-a32/rustc
@@ -1,7 +1,7 @@
 #!/bin/bash
 target_next=
 sysroot=/usr
-A7F="-C target-cpu=cortex-a17 -C target-feature=+vfp4,+virtualization,+neon"
+A7F="-C target-cpu=cortex-a17"
 FLAGS=
 for arg; do
 	if [ -n "$target_next" ]; then