Skip to content
Snippets Groups Projects
Verified Commit 5df660d2 authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

harmony/boost: pmmx == x86

parent f7862b5e
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,7 @@ case "$CARCH" in
armhf|aarch64) _boostarch=arm ;;
ppc64*) _boostarch=ppc ;;
s390x) _boostarch=s390 ;;
pmmx) _boostarch=x86 ;;
*) _boostarch=$CARCH ;;
esac
_enginedir=tools/build/src/engine
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment