Return-Path: Delivered-To: apmail-stdcxx-commits-archive@www.apache.org Received: (qmail 58120 invoked from network); 1 Jul 2008 17:56:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Jul 2008 17:56:57 -0000 Received: (qmail 14039 invoked by uid 500); 1 Jul 2008 17:56:59 -0000 Delivered-To: apmail-stdcxx-commits-archive@stdcxx.apache.org Received: (qmail 14012 invoked by uid 500); 1 Jul 2008 17:56:59 -0000 Mailing-List: contact commits-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list commits@stdcxx.apache.org Received: (qmail 14000 invoked by uid 99); 1 Jul 2008 17:56:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jul 2008 10:56:58 -0700 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; Tue, 01 Jul 2008 17:56:06 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 568B8238899B; Tue, 1 Jul 2008 10:56:27 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r673156 - /stdcxx/branches/4.2.x/etc/config/src/libc_decl.sh Date: Tue, 01 Jul 2008 17:56:27 -0000 To: commits@stdcxx.apache.org From: faridz@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080701175627.568B8238899B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: faridz Date: Tue Jul 1 10:56:26 2008 New Revision: 673156 URL: http://svn.apache.org/viewvc?rev=673156&view=rev Log: 2008-07-01 Farid Zaripov * etc/config/src/libc_decl.sh: Echo linker's command line as well. Modified: stdcxx/branches/4.2.x/etc/config/src/libc_decl.sh Modified: stdcxx/branches/4.2.x/etc/config/src/libc_decl.sh URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/etc/config/src/libc_decl.sh?rev=673156&r1=673155&r2=673156&view=diff ============================================================================== --- stdcxx/branches/4.2.x/etc/config/src/libc_decl.sh (original) +++ stdcxx/branches/4.2.x/etc/config/src/libc_decl.sh Tue Jul 1 10:56:26 2008 @@ -348,7 +348,8 @@ echo "$CXX -c -DCHECK_DECL $CXXFLAGS $WARNFLAGS " \ "-DHDRNAME=\"<$hdrname>\" -DFUNNAME=$funname " \ "-DFUN=$f -DTAKE_ADDR=$take_addr " \ - "$tmpsrc -o $tmpobj" >>$logfile 2>&1 + "$tmpsrc -o $tmpobj" \ + "&& $LD $tmpobj $LDFLAGS -l$lib" >>$logfile 2>&1 # spell out all arguments just like above, being careful # about quoting HDRNAME