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/06/17 14:40:47 UTC

svn commit: r668634 - /stdcxx/trunk/GNUmakefile

Author: faridz
Date: Tue Jun 17 05:40:47 2008
New Revision: 668634

URL: http://svn.apache.org/viewvc?rev=668634&view=rev
Log:
2008-06-17  Farid Zaripov  <fa...@epam.com>

	Merged r668632 from 4.2.x branch.
	* GNUmakefile: Add "narrow" mode to the build mode in 15d builds.

Modified:
    stdcxx/trunk/GNUmakefile

Modified: stdcxx/trunk/GNUmakefile
URL: http://svn.apache.org/viewvc/stdcxx/trunk/GNUmakefile?rev=668634&r1=668633&r2=668634&view=diff
==============================================================================
--- stdcxx/trunk/GNUmakefile (original)
+++ stdcxx/trunk/GNUmakefile Tue Jun 17 05:40:47 2008
@@ -384,7 +384,7 @@
 
   # 15d - multi-thread, debug, shared
   ifeq ($(BUILDTYPE),15d)
-    bmode = debug,pthreads,shared
+    bmode = debug,pthreads,shared,narrow
   endif   # ifeq ($(BUILDTYPE),15d)
 
   ifeq ($(BUILDTYPE),15D)