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
tyrquake
Commits
1d3171e1
Unverified
Commit
1d3171e1
authored
Dec 29, 2020
by
Libretro-Admin
Committed by
GitHub
Dec 29, 2020
Browse files
Update Makefile
parent
e940251a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
1d3171e1
...
@@ -379,7 +379,7 @@ else ifeq ($(platform), wiiu)
...
@@ -379,7 +379,7 @@ else ifeq ($(platform), wiiu)
TARGET
:=
$(TARGET_NAME)
_libretro_
$(platform)
.a
TARGET
:=
$(TARGET_NAME)
_libretro_
$(platform)
.a
CC
=
$(DEVKITPPC)
/bin/powerpc-eabi-gcc
$(EXE_EXT)
CC
=
$(DEVKITPPC)
/bin/powerpc-eabi-gcc
$(EXE_EXT)
AR
=
$(DEVKITPPC)
/bin/powerpc-eabi-ar
$(EXE_EXT)
AR
=
$(DEVKITPPC)
/bin/powerpc-eabi-ar
$(EXE_EXT)
CFLAGS
+=
-DGEKKO
-DHW_RVL
-DWIIU
-mcpu
=
750
-meabi
-mhard-float
-D__ppc__
-DMSB_FIRST
-I
$(DEVKITPRO)
/libogc/include
CFLAGS
+=
-DGEKKO
-DHW_RVL
-DWIIU
-mwup
-mcpu
=
750
-meabi
-mhard-float
-D__ppc__
-DMSB_FIRST
-I
$(DEVKITPRO)
/libogc/include
CFLAGS
+=
-U__INT32_TYPE__
-U
__UINT32_TYPE__
-D__INT32_TYPE__
=
int
CFLAGS
+=
-U__INT32_TYPE__
-U
__UINT32_TYPE__
-D__INT32_TYPE__
=
int
STATIC_LINKING
=
1
STATIC_LINKING
=
1
HAVE_NETWORKING
=
0
HAVE_NETWORKING
=
0
...
...
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