You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by se...@apache.org on 2007/04/13 02:17:11 UTC

svn commit: r528290 - /incubator/stdcxx/trunk/etc/config/GNUmakefile.rwt

Author: sebor
Date: Thu Apr 12 17:17:11 2007
New Revision: 528290

URL: http://svn.apache.org/viewvc?view=rev&rev=528290
Log:
2007-04-12  Martin Sebor  <se...@roguewave.com>

	* GNUmakefile.rwt (CXXPRELINK): Added LDLIBS to avoid IBM xlC link
	failures.

Modified:
    incubator/stdcxx/trunk/etc/config/GNUmakefile.rwt

Modified: incubator/stdcxx/trunk/etc/config/GNUmakefile.rwt
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/GNUmakefile.rwt?view=diff&rev=528290&r1=528289&r2=528290
==============================================================================
--- incubator/stdcxx/trunk/etc/config/GNUmakefile.rwt (original)
+++ incubator/stdcxx/trunk/etc/config/GNUmakefile.rwt Thu Apr 12 17:17:11 2007
@@ -48,7 +48,7 @@
 # CXXPRELINK - command for compilers that use template
 # instantiation models that require a prelink stage
 ifneq ($(PRELINKFLAGS),)
-CXXPRELINK = $(CXX) $(CPPFLAGS) $(PRELINKFLAGS) $(OBJS) $(LDFLAGS)
+  CXXPRELINK = $(CXX) $(CPPFLAGS) $(PRELINKFLAGS) $(OBJS) $(LDFLAGS) $(LDLIBS)
 endif   # ($(PRELINKFLAGS),)
 
 ifneq ($(RPATH),)