components/stdcxx/patches/052-COLLAPSE_TEMPLATE_STATICS.cpp.patch
author Petr Nyc <Petr.Nyc@Oracle.COM>
Thu, 10 Sep 2015 04:17:54 -0700
branchs11u2-sru14-backport
changeset 4851 ad10af563202
parent 402 94ae4d75524c
permissions -rw-r--r--
Closing backport branch for S11.2SRU14.5

--- stdcxx-4.2.1/etc/config/src/COLLAPSE_TEMPLATE_STATICS.cpp	2008-04-24 20:25:44.000000000 -0400
+++ stdcxx-4.2.1/etc/config/src/COLLAPSE_TEMPLATE_STATICS.cpp	2009-07-25 15:27:31.713328000 -0400
@@ -28,12 +28,11 @@
 #  ifndef _RWSTD_NO_collapse_template_statics.lib
 
      // link this compiled translation unit with the lib below
-     // LDOPTS = collapse_template_statics.lib$(LIBSUFFIX)
+     // LDOPTS = -lcollapse_template_statics.lib
 
 #  endif   // _RWSTD_NO_collapse_template_statics.lib
 #endif   // 0
 
-
 // also defined in collapse_template_statics.lib.cpp
 template <class T>
 struct S
@@ -60,3 +59,4 @@
 
     return !(i != j);
 }
+