]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/libstdc++-v3/contrib.inc
update
[l4.git] / l4 / pkg / libstdc++-v3 / contrib.inc
index 19590e451fdb6ae8d3ae882b46e8a89864c8e58a..e1e0ec3e1f3d0a5727e09f44601682368bdb605d 100644 (file)
@@ -17,6 +17,8 @@ __GCCSUBVER= $(wordlist 1, $(GCCSUBVERSION), $(__NUMBERS))
 
 SDTCXX_0x = n
 
+STDCXX_AVAILABLE_VERSIONS = 4.1.0 4.3.3 4.5 4.6
+
 ifeq ("$(GCCMAJORVERSION)", "4")
   ifeq ("$(GCCMINORVERSION)", "3")
     STDCXX_CONTRIB_VERSION := 4.3.3
@@ -28,6 +30,11 @@ ifeq ("$(GCCMAJORVERSION)", "4")
     STDCXX_CONTRIB_VERSION := 4.5
     STDCXX_0x = y
   endif
+  ifeq ("$(GCCMINORVERSION)", "6")
+    STDCXX_CONTRIB_VERSION := 4.6
+    STDCXX_CONTRIB_VERSION_4.6_PLUS := y
+    STDCXX_0x = y
+  endif
   ifneq ("$(call gte, $(__GCCMINOR), $(call n, 1))", "")
     STDCXX_CONTRIB_VERSION ?= 4.1.0
   endif