Ignore memneq patch for DSM 7

This commit is contained in:
Andreas Runfalk 2021-01-02 17:35:17 +01:00
parent 2552d88cb4
commit 01e5b49442
2 changed files with 4 additions and 4 deletions

View File

@ -76,7 +76,7 @@ set +e
# built in memneq support. Unless HAS_MEMNEQ is defined we set it for models
# that support it here.
if [ -z ${HAS_MEMNEQ+x} ]; then
if [[ "$PACKAGE_ARCH" =~ ^geminilake|apollolake|denverton|broadwellnk|kvmx64|rtd1296$ ]]; then
if [[ "$DSM_VER" =~ ^[^6]\.[0-9]+$ || "$PACKAGE_ARCH" =~ ^geminilake|apollolake|denverton|broadwellnk|kvmx64|rtd1296$ ]]; then
export HAS_MEMNEQ=1
fi
fi

View File

@ -1,7 +1,7 @@
#!/bin/bash
VER=6.2
VER=7.0
ARCHS=(
"apollolake"
# "apollolake"
"armada38x"
"avoton"
"braswell"
@ -14,7 +14,7 @@ ARCHS=(
"kvmx64"
"monaco"
"rtd1296"
"x64"
# "x64"
)
set -e