Return-Path: Delivered-To: apmail-incubator-stdcxx-commits-archive@www.apache.org Received: (qmail 69373 invoked from network); 13 Sep 2006 17:54:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Sep 2006 17:54:38 -0000 Received: (qmail 26205 invoked by uid 500); 13 Sep 2006 17:54:38 -0000 Delivered-To: apmail-incubator-stdcxx-commits-archive@incubator.apache.org Received: (qmail 26182 invoked by uid 500); 13 Sep 2006 17:54:38 -0000 Mailing-List: contact stdcxx-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-commits@incubator.apache.org Received: (qmail 26170 invoked by uid 99); 13 Sep 2006 17:54:38 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Sep 2006 10:54:37 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Sep 2006 10:54:37 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 465941A981A; Wed, 13 Sep 2006 10:54:11 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r443044 - /incubator/stdcxx/trunk/etc/config/sunpro.config Date: Wed, 13 Sep 2006 17:54:11 -0000 To: stdcxx-commits@incubator.apache.org From: sebor@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20060913175411.465941A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: sebor Date: Wed Sep 13 10:54:10 2006 New Revision: 443044 URL: http://svn.apache.org/viewvc?view=rev&rev=443044 Log: 2006-09-13 Andrew Black * sunpro.config: Fix mistake in comparison. Modified: incubator/stdcxx/trunk/etc/config/sunpro.config Modified: incubator/stdcxx/trunk/etc/config/sunpro.config URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/sunpro.config?view=diff&rev=443044&r1=443043&r2=443044 ============================================================================== --- incubator/stdcxx/trunk/etc/config/sunpro.config (original) +++ incubator/stdcxx/trunk/etc/config/sunpro.config Wed Sep 13 10:54:10 2006 @@ -85,7 +85,7 @@ else # wide (64-bit) flags -- must be set explicitly # narrow (32-bit) flags are implicit on AMD64 - if ($(arch),amd64) + ifeq ($(arch),amd64) wide_flags = -xarch=amd64 narrow_flags = endif