Support Linux on s390x

pull/786/head
astrataro 2017-12-19 06:16:32 +08:00 committed by GitHub
parent 12ae92ade4
commit b8dc01be55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -83,6 +83,8 @@ sysArch(){
VDIS="mipsle"
elif [[ "$ARCH" == *"mips"* ]]; then
VDIS="mips"
elif [[ "$ARCH" == *"s390x"* ]]; then
VDIS="s390x"
fi
return 0
}