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
retro8
Commits
fb2bc3d9
Commit
fb2bc3d9
authored
Feb 27, 2022
by
phcoder
Browse files
Fix vita Makefile stanza
parent
4f65d349
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
fb2bc3d9
...
...
@@ -187,8 +187,9 @@ else ifeq ($(platform), miyoo)
CFLAGS
+=
-fmerge-all-constants
-fno-math-errno
-fno-stack-protector
-fno-ident
CXXFLAGS
:=
$(ASFLAGS)
$(CFLAGS)
else
ifeq
($(platform), vita)
TARGET
:=
$(TARGET_NAME)
_vita.a
TARGET
:=
$(TARGET_NAME)
_
libretro_
vita.a
CC
=
arm-vita-eabi-gcc
CXX
=
arm-vita-eabi-g++
AR
=
arm-vita-eabi-ar
CXXFLAGS
+=
-Wl
,-q
-Wall
-O3
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