Skip to content

Commit 73ad7a6

Browse files
committed
improve MIPS32 detection
1 parent 17e4dd3 commit 73ad7a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers/helpers_emba_prepare.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ architecture_check() {
256256
lARCH_MIPS64R2_CNT=$(grep -c "MIPS64 rel2" "${P99_CSV_LOG}" || true)
257257
lARCH_MIPS64_III_CNT=$(grep -c "64-bit.*MIPS-III" "${P99_CSV_LOG}" || true)
258258
lARCH_MIPS64v1_CNT=$(grep -c "64-bit.*MIPS64 version 1" "${P99_CSV_LOG}" || true)
259-
lARCH_MIPS_CNT=$(grep -c "MIPS" "${P99_CSV_LOG}" || true)
259+
lARCH_MIPS_CNT=$(grep -c "MIPS32" "${P99_CSV_LOG}" || true)
260260
lARCH_ARM64_CNT=$(grep -c "ARM aarch64" "${P99_CSV_LOG}" || true)
261261
if [[ "${lARCH_ARM64_CNT}" -eq 0 ]]; then
262262
lARCH_ARM_CNT=$(grep -c "ARM" "${P99_CSV_LOG}" || true)

0 commit comments

Comments
 (0)