Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 11747 invoked from network); 23 Sep 2009 18:54:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Sep 2009 18:54:00 -0000 Received: (qmail 28994 invoked by uid 500); 23 Sep 2009 18:53:59 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 28923 invoked by uid 500); 23 Sep 2009 18:53:59 -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 28913 invoked by uid 99); 23 Sep 2009 18:53:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Sep 2009 18:53:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Wed, 23 Sep 2009 18:53:56 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 78B2D23888FC; Wed, 23 Sep 2009 18:53:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r818202 - /commons/sandbox/runtime/trunk/src/main/native/configure Date: Wed, 23 Sep 2009 18:53:35 -0000 To: commits@commons.apache.org From: mturk@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090923185335.78B2D23888FC@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mturk Date: Wed Sep 23 18:53:35 2009 New Revision: 818202 URL: http://svn.apache.org/viewvc?rev=818202&view=rev Log: Use 2.0W only for parisc64 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=818202&r1=818201&r2=818202&view=diff ============================================================================== --- commons/sandbox/runtime/trunk/src/main/native/configure (original) +++ commons/sandbox/runtime/trunk/src/main/native/configure Wed Sep 23 18:53:35 2009 @@ -541,11 +541,24 @@ case "$host$bits-$cc" in hpux64-cc ) - varadds ccflags +DD64 +DA2.0W + varadds ccflags +DD64 varadds shflags +DD64 - varadds exflags +DD64 +DA2.0W + varadds exflags +DD64 + if [ ".$mach" = .parisc64 ]; then + varadds ccflags +DA2.0W + varadds exflags +DA2.0W + fi + ;; + hpux32-cc ) + varadds ccflags +DD32 + varadds shflags +DD32 + varadds exflags +DD32 + if [ ".$mach" = .parisc ]; then + varadds ccflags +DA2.0 + varadds exflags +DA2.0 + fi ;; - windows-cl ) + windows-cl|windows32-cl ) varadds asflags -coff -Cx -Zm -Di386 -DQUIET -D?QUIET varadds cppopts -D_X86_=1 varadds shflags /MACHINE:X86