components/stdcxx/patches/051-COLLAPSE_TEMPLATE_LOCALS.cpp.patch
author Rich Burridge <rich.burridge@oracle.com>
Mon, 07 Nov 2011 08:30:29 -0800
changeset 569 fb7a64ebd010
parent 402 94ae4d75524c
permissions -rw-r--r--
7049881 libusb should be more dependent.

--- stdcxx-4.2.1/etc/config/src/COLLAPSE_TEMPLATE_LOCALS.cpp	2008-04-24 20:25:44.000000000 -0400
+++ stdcxx-4.2.1/etc/config/src/COLLAPSE_TEMPLATE_LOCALS.cpp	2009-07-25 15:27:22.094950000 -0400
@@ -28,12 +28,11 @@
 #  ifndef _RWSTD_NO_collapse_template_locals.lib
 
      // link this compiled translation unit with the lib below
-     // LDOPTS = collapse_template_locals.lib$(LIBSUFFIX)
+     // LDOPTS = -lcollapse_template_locals.lib
 
 #  endif   // _RWSTD_NO_collapse_template_locals.lib
 #endif   // 0
 
-
 // also defined in collapse_template_locals.lib.cpp
 template <class T>
 T foo (T)
@@ -57,3 +56,4 @@
 
     return !(i != j);
 }
+