-static is not needed anymore for latest tools (no whatsnew)

This commit is contained in:
Miodrag Milanovic 2012-05-03 16:45:36 +00:00
parent 3f05fb51cd
commit 6231165166

View File

@ -247,7 +247,7 @@ LDFLAGS += -static-libgcc
TEST_GCC = $(shell gcc --version)
ifeq ($(findstring 4.4,$(TEST_GCC)),)
#if we use new tools
LDFLAGS += -static -static-libstdc++
LDFLAGS += -static-libstdc++
endif
# add the windows libraries