fixed version check in windows.mak (no whatsnew)

This commit is contained in:
Oliver Stöneberg 2012-07-26 19:36:30 +00:00
parent 1a6a3d9fed
commit eb937ea06a

View File

@ -252,7 +252,7 @@ ifeq ($(findstring 4.4,$(TEST_GCC)),)
#if we use new tools
LDFLAGS += -static-libstdc++
endif
ifeq ($(findstring 4.7,$(TEST_GCC)),4.7)
ifeq ($(findstring 4.7.,$(TEST_GCC)),4.7.)
CCOMFLAGS += -Wno-narrowing -Wno-attributes
endif
# add the windows libraries