mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
-static is not needed anymore for latest tools (no whatsnew)
This commit is contained in:
parent
3f05fb51cd
commit
6231165166
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user