Skip to content
Snippets Groups Projects
Commit b5ed6b22 authored by rtoy's avatar rtoy
Browse files

Recognize i86pc from uname -m.

parent ae73f358
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ buildsun4 ()
}
case `uname -m` in
i386*|x86*) buildx86 ;;
i386*|x86*|i86pc) buildx86 ;;
sun*) buildsun4 ;;
*) echo "Unsupported architecture: `uname -m`" ;;
esac
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