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
89226454
Commit
89226454
authored
Nov 04, 2018
by
Ryan 'Swingflip' Hamlin
Browse files
Fixed A7A7
parent
106c26aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.libretro
View file @
89226454
...
...
@@ -242,6 +242,7 @@ else ifeq ($(platform), libnx)
else
ifeq
($(platform), classic_armv7_a7)
TARGET
:=
$(TARGET_NAME)
_libretro.so
fpic
:=
-fPIC
SHARED
:=
-shared
-Wl
,--no-undefined
CFLAGS
+=
-Ofast
\
-flto
=
4
-fwhole-program
-fuse-linker-plugin
\
-fdata-sections
-ffunction-sections
-Wl
,--gc-sections
\
...
...
@@ -497,7 +498,7 @@ else
$(LD)
$(fpic)
$(SHARED)
$(INCLUDES)
$(LFLAGS)
$(LINKOUT)$@
$(OBJECTS)
$(LDFLAGS)
$(LIBS)
endif
@
echo
"** BUILD SUCCESSFUL! GG NO RE **"
%.o
:
%.c
$(CC)
$(CFLAGS)
-c
$(OBJOUT)$@
$<
...
...
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