mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
Fix SDL compile (nw)
This commit is contained in:
parent
b41f17c83e
commit
dcaa1db090
@ -1,11 +1,6 @@
|
||||
# TODO: needs to use $(CC)
|
||||
TEST_GCC := $(shell gcc --version)
|
||||
|
||||
ifeq ($(findstring 4.4.,$(TEST_GCC)),)
|
||||
#if we use new tools
|
||||
LDFLAGS += -static-libstdc++
|
||||
endif
|
||||
|
||||
ifeq ($(findstring 4.7.,$(TEST_GCC)),4.7.)
|
||||
CCOMFLAGS += -Wno-narrowing -Wno-attributes
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user