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/10/29 23:44:58 UTC

svn commit: r589896 - /incubator/stdcxx/branches/4.2.x/bin/genxviews

Author: sebor
Date: Mon Oct 29 15:44:55 2007
New Revision: 589896

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

	* genxviews (process_results): Corrected a list of suffixes
	and documented the build type convention.

Modified:
    incubator/stdcxx/branches/4.2.x/bin/genxviews

Modified: incubator/stdcxx/branches/4.2.x/bin/genxviews
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.x/bin/genxviews?rev=589896&r1=589895&r2=589896&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.x/bin/genxviews (original)
+++ incubator/stdcxx/branches/4.2.x/bin/genxviews Mon Oct 29 15:44:55 2007
@@ -83,8 +83,17 @@
 
 EOF
 
+    # build types:
+    #    8: not reentrant, optimized, no debugging info
+    #   11: not reentrant, not optimized with debugging info
+    #   12: reentrant, optimized, no debugging info
+    #   15: reentrant, not optimized, with debugging info
     btypes="8 11 12 15"
-    suffixes="a A d D s D"
+
+    # a, A: AIX shared archive (32-bit and 64-bit, respectively)
+    # d, D: shared library (.sl, .so, or .dll)
+    # s, S: archive library (.a or .lib(
+    suffixes="a A d D s S"
 
     unset buildlogs