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
libretro-2048
Commits
410e95ec
Commit
410e95ec
authored
Apr 30, 2020
by
Vladimir Serbinenko
Browse files
Remove unused MSB_FIRST defines
parent
74d10e41
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.libretro
View file @
410e95ec
...
...
@@ -78,9 +78,6 @@ else ifeq ($(platform), osx)
TARGET
:=
$(TARGET_NAME)
_libretro.
$(EXT)
fpic
:=
-fPIC
SHARED
:=
-dynamiclib
ifeq
($(arch),ppc)
ENDIANNESS_DEFINES
+=
-DMSB_FIRST
endif
OSXVER
=
`
sw_vers
-productVersion
|
cut
-d
.
-f
2
`
OSX_LT_MAVERICKS
=
`
((
$(OSXVER)
<
=
9
))
&&
echo
"YES"
`
fpic
+=
-mmacosx-version-min
=
10.1
...
...
@@ -333,7 +330,6 @@ LD = "$(MSVCBINDIRPREFIX)/lib.exe"
export
INCLUDE
:=
$(XEDK)
/include/xbox
export
LIB
:=
$(XEDK)
/lib/xbox
PSS_STYLE
:=
2
ENDIANNESS_DEFINES
+=
-DMSB_FIRST
CFLAGS
+=
-D_XBOX
-D_XBOX360
CXXFLAGS
+=
-D_XBOX
-D_XBOX360
STATIC_LINKING
=
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