2008-06-17  Farid Zaripov  <farid_zaripov@epam.com>

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


git-svn-id: https://svn.apache.org/repos/asf/stdcxx/trunk@668634 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/GNUmakefile b/GNUmakefile
index 65f829e..d4b04c6 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -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)