@@ -61,6 +61,7 @@ ifneq ($(findstring SunOS,$(shell uname -a)),)
61
61
else
62
62
SHARED := -shared -Wl,--version-script=link.T -Wl,-no-undefined
63
63
endif
64
+ LDFLAGS += -lpthread
64
65
65
66
else ifeq ($(platform), linux-portable)
66
67
TARGET := $(TARGET_NAME)_libretro.so
@@ -354,7 +355,7 @@ else ifeq ($(platform), gcw0)
354
355
AR = /opt/gcw0-toolchain/usr/bin/mipsel-linux-ar
355
356
fpic := -fPIC
356
357
SHARED := -shared -Wl,--version-script=link.T -Wl,-no-undefined
357
- PLATFORM_DEFINES += -ffast-math -march=mips32 -mtune=mips32r2 -mhard-float
358
+ PLATFORM_DEFINES += -ffast-math -march=mips32 -mtune=mips32r2 -mhard-float -DDINGUX_BETA=1
358
359
EXTERNAL_ZLIB = 1
359
360
# RS90
360
361
else ifeq ($(platform), rs90)
@@ -376,7 +377,8 @@ else ifeq ($(platform), retrofw)
376
377
AR = /opt/retrofw-toolchain/usr/bin/mipsel-linux-ar
377
378
fpic := -fPIC
378
379
SHARED := -shared -Wl,--version-script=link.T -Wl,--no-undefined
379
- CFLAGS += -ffast-math -march=mips32 -mtune=mips32 -mhard-float
380
+ FLAGS += -ffast-math -march=mips32 -mtune=mips32 -mhard-float
381
+ PLATFORM_DEFINES += -DDINGUX_BETA=1
380
382
LIBS = -lm
381
383
382
384
# MIYOO
@@ -684,6 +686,7 @@ ifeq ($(platform), psp1)
684
686
INCFLAGS += -I$(shell psp-config --pspsdk-path)/include
685
687
endif
686
688
689
+ FLAGS += -DHAVE_THREADS=1
687
690
688
691
ifneq (,$(findstring msvc,$(platform)))
689
692
OBJOUT = -Fo
0 commit comments