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
36e94f35
Commit
36e94f35
authored
Sep 10, 2015
by
Radius
Browse files
fix ctr target
parent
8cdbdfa2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.libretro
View file @
36e94f35
...
...
@@ -105,8 +105,12 @@ else ifeq ($(platform), ctr)
TARGET
:=
$(TARGET_NAME)
_libretro_ctr.a
CC
=
$(DEVKITARM)
/bin/arm-none-eabi-gcc
$(EXE_EXT)
AR
=
$(DEVKITARM)
/bin/arm-none-eabi-ar
$(EXE_EXT)
PLATFORM_DEFINES
:=
-D_3DS
STATIC_LINKING
=
1
CFLAGS
+=
-DARM11
-D_3DS
CFLAGS
+=
-march
=
armv6k
-mtune
=
mpcore
-mfloat-abi
=
hard
CFLAGS
+=
-Wall
-mword-relocations
CFLAGS
+=
-fomit-frame-pointer
-ffast-math
PLATFORM_DEFINES
:=
-D_3DS
STATIC_LINKING
=
1
# Nintendo Game Cube
else
ifeq
($(platform), ngc)
...
...
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