Skip to content

Commit

Permalink
Added kvmx64 to memneq patch ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
runfalk committed Dec 30, 2020
1 parent c1e08d9 commit 2552d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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|rtd1296$ ]]; then
if [[ "$PACKAGE_ARCH" =~ ^geminilake|apollolake|denverton|broadwellnk|kvmx64|rtd1296$ ]]; then
export HAS_MEMNEQ=1
fi
fi
Expand Down

0 comments on commit 2552d88

Please sign in to comment.