2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

50_Signalbot: Full aarch64 support

git-svn-id: https://svn.fhem.de/fhem/trunk@27384 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Adimarantis 2023-04-02 12:10:42 +00:00
parent 238b0f4177
commit bf2f1d54f0

View File

@ -177,10 +177,6 @@ elif [ $ARCH = "aarch64" ]; then
if [ "$BITS" = "64" ]; then
ARCH="aarch64"
ARCHJ="aarch64"
GLIBC="2.28" #experimental
SIGNALVERSION="0.11.2"
LIBRARYVERSION="0.11.2"
echo "64bit ARM (aarch64) currently only supported with signal-cli 0.11.2"
else
ARCH="armhf"
ARCHJ="arm"
@ -188,7 +184,7 @@ elif [ $ARCH = "aarch64" ]; then
fi
IDENTSTR=$ARCH-glibc$GLIBC-$LIBRARYVERSION
KNOWN=("amd64-glibc2.27-0.11.2" "amd64-glibc2.28-0.22.0" "armhf-glibc2.28-0.22.0" "armhf-glibc2.31-0.22.0" "aarch64-glibc2.28-0.11.2")
KNOWN=("amd64-glibc2.27-0.11.2" "amd64-glibc2.28-0.22.0" "armhf-glibc2.28-0.22.0" "armhf-glibc2.31-0.22.0" "aarch64-glibc2.31-0.22.0")
GETLIBS=1
if [[ ! " ${KNOWN[*]} " =~ " ${IDENTSTR} " ]]; then