Fix mips64 Little Endian checking

This commit is contained in:
zhangxi 2021-05-12 14:33:34 +08:00
parent b3702bdd56
commit 4c64acbfc0
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@ identify_the_operating_system_and_architecture() {
;;
'mips64')
MACHINE='mips64'
lscpu | grep -q "Little Endian" && MACHINE='mips64le'
;;
'mips64le')
MACHINE='mips64le'