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:38:27 UTC

svn commit: r668632 - /stdcxx/branches/4.2.x/GNUmakefile

Author: faridz
Date: Tue Jun 17 05:38:26 2008
New Revision: 668632

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

	* GNUmakefile: Add "narrow" mode to the build mode in 15d builds.

Modified:
    stdcxx/branches/4.2.x/GNUmakefile

Modified: stdcxx/branches/4.2.x/GNUmakefile
URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/GNUmakefile?rev=668632&r1=668631&r2=668632&view=diff
==============================================================================
--- stdcxx/branches/4.2.x/GNUmakefile (original)
+++ stdcxx/branches/4.2.x/GNUmakefile Tue Jun 17 05:38:26 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)