mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
make.sh: Default to armv5tel on armv7* build hosts
We won't offer a native port to ARMv7 in the near future and to default to an architecture that is working on these machines, we select armv5tel as default Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -176,11 +176,7 @@ configure_build_guess() {
|
||||
echo "aarch64"
|
||||
;;
|
||||
|
||||
armv7*)
|
||||
echo "armv7hl"
|
||||
;;
|
||||
|
||||
armv6*|armv5*)
|
||||
armv7*|armv6*|armv5*)
|
||||
echo "armv5tel"
|
||||
;;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user