Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
flycast
Commits
b727e067
Commit
b727e067
authored
Dec 21, 2015
by
Libretro-Admin
Browse files
Revert "Try out rec-cpp for OSX"
This reverts commit
48570a8a
.
parent
48570a8a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
b727e067
...
...
@@ -229,16 +229,16 @@ else ifneq (,$(findstring osx,$(platform)))
LDFLAGS
+=
-mmacosx-version-min
=
10.7
LDFLAGS
+=
-stdlib
=
libc++
fpic
=
-fPIC
CFLAGS
+=
-D
TARGET_NO_AREC
-DTARGET_NO_JIT
CFLAGS
+=
-D
TARGET_NO_AREC
PLATCFLAGS
+=
-D__MACOSX__
-DOSX
GL_LIB
:=
-framework
OpenGL
PLATFORM_EXT
:=
unix
# Target Dynarec
#
ifeq ($(ARCH), $(filter $(ARCH), ppc))
WITH_DYNAREC
=
cpp
#
endif
ifeq
($(ARCH), $(filter $(ARCH), ppc))
WITH_DYNAREC
=
endif
# iOS
else
ifneq
(,$(findstring ios,$(platform)))
...
...
Makefile.common
View file @
b727e067
...
...
@@ -114,11 +114,6 @@ DYNAREC_USED = 1
SOURCES_CXX
+=
$(CORE_DIR)
/rec-x64/rec_x64.cpp
endif
ifeq
($(WITH_DYNAREC), cpp)
DYNAREC_USED
=
1
SOURCES_CXX
+=
$(CORE_DIR)
/rec-cpp/rec_cpp.cpp
endif
# Recompiler (ARM)
ifeq
($(WITH_DYNAREC), arm)
DYNAREC_USED
=
1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment