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-chailove
Commits
95595c77
Commit
95595c77
authored
Jul 17, 2019
by
Steel01
Browse files
libretro: fix wiiu compile
parent
9faff33b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.libretro
View file @
95595c77
...
...
@@ -261,7 +261,7 @@ else ifeq ($(platform), wiiu)
TARGET
:=
$(TARGET_NAME)
_libretro_
$(platform)
.a
CC
=
$(DEVKITPPC)
/bin/powerpc-eabi-gcc
$(EXE_EXT)
AR
=
$(DEVKITPPC)
/bin/powerpc-eabi-ar
$(EXE_EXT)
PLATFORM_DEFINES
:=
-DGEKKO
-DHW_RVL
-mwup
-mcpu
=
750
-meabi
-mhard-float
PLATFORM_DEFINES
:=
-DGEKKO
-DHW_RVL
-mcpu
=
750
-meabi
-mhard-float
PLATFORM_DEFINES
+=
-U__INT32_TYPE__
-U
__UINT32_TYPE__
-D__INT32_TYPE__
=
int
ENDIANNESS_DEFINES
+=
-DMSB_FIRST
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