Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CAE9E4C80 for ; Mon, 27 Jun 2011 10:26:05 +0000 (UTC) Received: (qmail 70468 invoked by uid 500); 27 Jun 2011 10:26:04 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 69850 invoked by uid 500); 27 Jun 2011 10:25:58 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 69837 invoked by uid 99); 27 Jun 2011 10:25:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jun 2011 10:25:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jun 2011 10:25:52 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id B392123889BB for ; Mon, 27 Jun 2011 10:25:31 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1140088 - /commons/sandbox/runtime/trunk/src/main/native/configure Date: Mon, 27 Jun 2011 10:25:31 -0000 To: commits@commons.apache.org From: mturk@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110627102531.B392123889BB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mturk Date: Mon Jun 27 10:25:31 2011 New Revision: 1140088 URL: http://svn.apache.org/viewvc?rev=1140088&view=rev Log: Set real processor on Solaris Modified: commons/sandbox/runtime/trunk/src/main/native/configure Modified: commons/sandbox/runtime/trunk/src/main/native/configure URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/configure?rev=1140088&r1=1140087&r2=1140088&view=diff ============================================================================== --- commons/sandbox/runtime/trunk/src/main/native/configure (original) +++ commons/sandbox/runtime/trunk/src/main/native/configure Mon Jun 27 10:25:31 2011 @@ -500,6 +500,7 @@ case "$mach" in ;; i86pc ) mach=i386 + test ".$has_64_bit" = .yes && mach=x86_64 ;; sun4* ) mach=sparc