[uClibc-cvs] CVS uClibc++/extra/Configs

CVS User gkajmowi gkajmowi at codepoet.org
Sat Dec 18 22:00:45 UTC 2004


Update of /var/cvs/uClibc++/extra/Configs
In directory nail:/tmp/cvs-serv311/extra/Configs

Modified Files:
	Config.in 
Log Message:
Convert to ifdef based forced compilation and use of template library for common values.  Merge helper files into main file is optimal.
Split string into two files to address problems with ostream as it was.

--- /var/cvs/uClibc++/extra/Configs/Config.in	2004/09/08 14:27:04	1.4
+++ /var/cvs/uClibc++/extra/Configs/Config.in	2004/12/18 22:00:44	1.5
@@ -265,6 +265,14 @@
 	  iostream with characters, you will want to say yes here to
 	  expand the code and place it into the library.
 
+config UCLIBCXX_EXPAND_FSTREAM_CHAR
+	bool "Expand std::fstream for <char>"
+	default y
+	depends on UCLIBCXX_CODE_EXPANSION
+	help
+	  If you use any fstream derivative, you will want to say 
+	  yes here to expand the code and place it into the library.
+
 endmenu
 
 



More information about the uClibc-cvs mailing list