Return-Path: Delivered-To: apmail-incubator-stdcxx-commits-archive@www.apache.org Received: (qmail 93874 invoked from network); 12 Jan 2006 21:59:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Jan 2006 21:59:03 -0000 Received: (qmail 25639 invoked by uid 500); 12 Jan 2006 21:59:03 -0000 Delivered-To: apmail-incubator-stdcxx-commits-archive@incubator.apache.org Received: (qmail 25619 invoked by uid 500); 12 Jan 2006 21:59:03 -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 25608 invoked by uid 500); 12 Jan 2006 21:59:03 -0000 Delivered-To: apmail-incubator-stdcxx-cvs@incubator.apache.org Received: (qmail 25605 invoked by uid 99); 12 Jan 2006 21:59:03 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jan 2006 13:59:03 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 12 Jan 2006 13:59:02 -0800 Received: (qmail 93644 invoked by uid 65534); 12 Jan 2006 21:58:42 -0000 Message-ID: <20060112215842.93643.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r368485 - /incubator/stdcxx/branches/4.1.3/etc/config/gcc.config Date: Thu, 12 Jan 2006 21:58:41 -0000 To: stdcxx-cvs@incubator.apache.org From: sebor@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: sebor Date: Thu Jan 12 13:58:38 2006 New Revision: 368485 URL: http://svn.apache.org/viewcvs?rev=368485&view=rev Log: 2006-01-12 Martin Sebor * gcc.config (MAPFLAGS) [Solaris]: Disabled incomplete support for versioned symbols to prevent unsats in optimized builds caused by a binary incompatibility with debugging symbols involving iterators. Modified: incubator/stdcxx/branches/4.1.3/etc/config/gcc.config Modified: incubator/stdcxx/branches/4.1.3/etc/config/gcc.config URL: http://svn.apache.org/viewcvs/incubator/stdcxx/branches/4.1.3/etc/config/gcc.config?rev=368485&r1=368484&r2=368485&view=diff ============================================================================== --- incubator/stdcxx/branches/4.1.3/etc/config/gcc.config (original) +++ incubator/stdcxx/branches/4.1.3/etc/config/gcc.config Thu Jan 12 13:58:38 2006 @@ -49,7 +49,9 @@ ifeq ($(OSNAME),SunOS) # linker flags for symbol versioning - MAPFLAGS = -Wl,-M + # disabled (causes unsats in optimized builds due to a binary + # incompatibility with debugging symbols involving iterators) + # MAPFLAGS = -Wl,-M endif ifneq ($(MAPFLAGS),)