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
Potator
Commits
b6075d74
Unverified
Commit
b6075d74
authored
May 18, 2021
by
Libretro-Admin
Committed by
GitHub
May 18, 2021
Browse files
Merge pull request #4 from liberodark/patch-1
Add ARM64 Support
parents
2873c42f
3940eec7
Pipeline
#29302
passed with stages
in 4 minutes and 37 seconds
Changes
1
Pipelines
19
Hide whitespace changes
Inline
Side-by-side
platform/libretro/Makefile
View file @
b6075d74
...
...
@@ -355,6 +355,14 @@ else ifneq (,$(findstring hardfloat,$(platform)))
ASFLAGS
+=
-mfloat-abi
=
hard
endif
CFLAGS
+=
-DARM
else
ifneq
(,$(findstring aarch64,$(platform)))
TARGET
:=
$(TARGET_NAME)
_libretro.so
SHARED
:=
-shared
-Wl
,--no-undefined
-Wl
,--version-script
=
link.T
fpic
:=
-fPIC
CFLAGS
+=
-D_GNU_SOURCE
=
1
FLAGS
+=
-DARM
FLAGS
+=
-fomit-frame-pointer
-ffast-math
# Windows MSVC 2003 Xbox 1
else
ifeq
($(platform), xbox1_msvc2003)
...
...
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