From b5ed6b22ef80d1f7cd0ae10641ad54fcb07f43f0 Mon Sep 17 00:00:00 2001
From: rtoy <rtoy>
Date: Wed, 2 Feb 2011 13:06:28 +0000
Subject: [PATCH] Recognize i86pc from uname -m.

---
 tools/build-all.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/build-all.sh b/tools/build-all.sh
index 9946e9f59..ae8cc0427 100755
--- a/tools/build-all.sh
+++ b/tools/build-all.sh
@@ -96,7 +96,7 @@ buildsun4 ()
 }
 
 case `uname -m` in
-  i386*|x86*) buildx86 ;;
+  i386*|x86*|i86pc) buildx86 ;;
   sun*) buildsun4 ;;
   *) echo "Unsupported architecture:  `uname -m`" ;;
 esac
-- 
GitLab