mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 00:32:49 +00:00
Add possibility to disable -static-libstdc++ for TDM_GCC.
This commit is contained in:
parent
fadd954618
commit
acdc6179bb
@ -32,7 +32,11 @@ libsnes ?= -lsnes
|
||||
LIBS = -lm
|
||||
DEFINES = -I. -DHAVE_CONFIGFILE -DPACKAGE_VERSION=\"0.9.5\"
|
||||
LDFLAGS = -L. -static-libgcc
|
||||
LDCXXFLAGS = -static-libstdc++ -s
|
||||
LDCXXFLAGS = -s
|
||||
|
||||
ifeq ($(TDM_GCC),)
|
||||
LDCXXFLAGS += -static-libstdc++
|
||||
endif
|
||||
|
||||
ifeq ($(HAVE_SDL), 1)
|
||||
OBJ += gfx/sdl_gfx.o gfx/gl.o gfx/sdlwrap.o input/sdl_input.o audio/sdl_audio.o fifo_buffer.o
|
||||
|
Loading…
x
Reference in New Issue
Block a user