[uClibc-cvs] CVS uClibc++

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


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

Modified Files:
	Rules.mak 
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++/Rules.mak	2004/11/30 17:38:09	1.6
+++ /var/cvs/uClibc++/Rules.mak	2004/12/18 22:00:44	1.7
@@ -47,7 +47,7 @@
 # this stuff alone.
 MAJOR_VERSION:=0
 MINOR_VERSION:=1
-SUBLEVEL:=6
+SUBLEVEL:=7
 VERSION:=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL)
 # Ensure consistent sort order, 'gcc -print-search-dirs' behavior, etc.
 # LC_ALL:= C
@@ -100,6 +100,7 @@
 
 # use '-Os' optimization if available, else use -O2, allow Config to override
 OPTIMIZATION+=$(call check_gcc,-Os,-O2)
+#OPTIMIZATION+=$(call check_gcc,-Os,-O2)
 
 # Add a bunch of extra pedantic annoyingly strict checks
 XWARNINGS=$(subst ",, $(strip $(WARNINGS))) -Wno-trigraphs -W -pedantic



More information about the uClibc-cvs mailing list