From 80c90f271e673a036cf208399cfc824e388249c5 Mon Sep 17 00:00:00 2001 From: Arvindh Rajesh Tamilmani Date: Fri, 9 Apr 2010 15:28:16 -0700 Subject: fix build on SunOS (Sparc) R=rsc CC=codebot http://codereview.appspot.com/882044 --- dist/buildmk | 1 + 1 file changed, 1 insertion(+) (limited to 'dist') diff --git a/dist/buildmk b/dist/buildmk index 3f26d0af..ff2f0b67 100755 --- a/dist/buildmk +++ b/dist/buildmk @@ -14,5 +14,6 @@ OBJTYPE=`uname -m -p | sed ' s;.*ppc64.*;power;g; s;.*ppc.*;power;g; s;.*alpha.*;alpha;g; + s;.*sun4u.*;sun4u;g; '` export OBJTYPE sh -x mkmk.sh -- cgit v1.2.3