rtd1296 architecture has memneq (fixes #26)

This commit is contained in:
Andreas Runfalk 2020-01-01 14:49:21 +01:00
parent 9e6119a07b
commit 18ad88b490

View File

@ -45,7 +45,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" =~ ^apollolake|denverton$ ]]; then
if [[ "$PACKAGE_ARCH" =~ ^apollolake|denverton|rtd1296$ ]]; then
export HAS_MEMNEQ=1
fi
fi