Return-Path: Delivered-To: apmail-incubator-stdcxx-commits-archive@www.apache.org Received: (qmail 61187 invoked from network); 14 Nov 2006 00:46:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Nov 2006 00:46:05 -0000 Received: (qmail 39765 invoked by uid 500); 14 Nov 2006 00:46:16 -0000 Delivered-To: apmail-incubator-stdcxx-commits-archive@incubator.apache.org Received: (qmail 39750 invoked by uid 500); 14 Nov 2006 00:46:16 -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 39739 invoked by uid 99); 14 Nov 2006 00:46:16 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Nov 2006 16:46:16 -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 [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Nov 2006 16:46:05 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id E26221A9846; Mon, 13 Nov 2006 16:45:34 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r474609 - /incubator/stdcxx/trunk/etc/config/mipspro.config Date: Tue, 14 Nov 2006 00:45:34 -0000 To: stdcxx-commits@incubator.apache.org From: sebor@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061114004534.E26221A9846@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sebor Date: Mon Nov 13 16:45:34 2006 New Revision: 474609 URL: http://svn.apache.org/viewvc?view=rev&rev=474609 Log: 2006-11-13 Martin Sebor STDCXX-303 STDCXX-304 * mipspro.config (PRELINKFLAGS): Removed. (AR, ARFLAGS): Set to only invoke the archiver through the compiler. Modified: incubator/stdcxx/trunk/etc/config/mipspro.config Modified: incubator/stdcxx/trunk/etc/config/mipspro.config URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/mipspro.config?view=diff&rev=474609&r1=474608&r2=474609 ============================================================================== --- incubator/stdcxx/trunk/etc/config/mipspro.config (original) +++ incubator/stdcxx/trunk/etc/config/mipspro.config Mon Nov 13 16:45:34 2006 @@ -1,7 +1,7 @@ # # $Id$ # -# configuration file for MIPSpro on IRIX +# configuration file for SGI MIPSpro on IRIX # ############################################################################## @@ -18,8 +18,13 @@ PICFLAGS = -KPIC LDSOFLAGS = -shared CXXFLAGS = -PRELINKFLAGS = -ar -WR,-v -o $(LIBNAME) CPPFLAGS = -I$(TOPDIR)/include/ansi + +# use CC to invoke the archiver (needed in order to include template +# instantiations from the ii_files/ template repository) +AR = CC +ARFLAGS = -ar -WR,-v -o + # disable warnings about libs that aren't being used to resolve any symbols LDFLAGS = -Wl,-woff,84 -L$(LIBDIR)