ARM: build: Cater for M2-Planet.

* build-aux/build.sh.in: Remove cpu restriction for kaem build.
This commit is contained in:
Jan (janneke) Nieuwenhuizen 2022-05-01 20:35:03 +02:00 committed by Jan Nieuwenhuizen
parent 47fd17e0de
commit 22223df902
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ fi
fi
)
if test -n "$M2_PLANET" -a "$mes_cpu" = x86; then
if test -n "$M2_PLANET"; then
(
. ${srcdest}build-aux/trace.sh
if [ -z "$V" -o "$V" = 0 ]; then