summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2012-05-03 16:45:36 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2012-05-03 16:45:36 +0000
commit623116516613808e5d5a37455fd38c6d8b3a8e1e (patch)
tree8dd0786cc34ed7da429ebfb60ce476d12dcbbe3d /src/osd
parent3f05fb51cd4a1b0689445a4d1ca3652f8d517f08 (diff)
-static is not needed anymore for latest tools (no whatsnew)
Diffstat (limited to 'src/osd')
-rw-r--r--src/osd/windows/windows.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/windows/windows.mak b/src/osd/windows/windows.mak
index 5e408edf6a7..12ccd178396 100644
--- a/src/osd/windows/windows.mak
+++ b/src/osd/windows/windows.mak
@@ -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