mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
DOS: target 386 and link in FPU emulator, program now starts up correctly
This commit is contained in:
parent
bc8b3ebad5
commit
496198ab32
5
Makefile
5
Makefile
@ -22,6 +22,11 @@ LIBS :=
|
||||
DEFINES := -DHAVE_CONFIG_H -DRARCH_INTERNAL -DHAVE_OVERLAY
|
||||
DEFINES += -DGLOBAL_CONFIG_DIR='"$(GLOBAL_CONFIG_DIR)"'
|
||||
|
||||
ifneq ($(findstring DOS,$(OS)),)
|
||||
CFLAGS += -march=i386
|
||||
LDFLAGS += -lemu
|
||||
endif
|
||||
|
||||
ifneq ($(findstring Win32,$(OS)),)
|
||||
LDFLAGS += -static-libgcc
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user