You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by fa...@apache.org on 2008/07/01 19:56:27 UTC

svn commit: r673156 - /stdcxx/branches/4.2.x/etc/config/src/libc_decl.sh

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  <fa...@apache.com>

	* 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