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
flycast
Commits
c936a04f
Commit
c936a04f
authored
Sep 17, 2017
by
gizmo98
Browse files
Makefile: cleanup platform odroid
parent
a8db68e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
c936a04f
...
...
@@ -145,10 +145,6 @@ else ifneq (,$(findstring rpi,$(platform)))
# ODROIDs
else
ifneq
(,$(findstring odroid,$(platform)))
AS
=
${CC_PREFIX}
gcc
#The ngen_arm.S must be compiled with gcc, not as
CC
=
${CC_PREFIX}
gcc
CXX
=
${CC_PREFIX}
g++
EXT
?=
so
TARGET
:=
$(TARGET_NAME)
_libretro.
$(EXT)
ifeq
($(BOARD),1)
...
...
@@ -156,10 +152,11 @@ else ifneq (,$(findstring odroid,$(platform)))
endif
SHARED
:=
-shared
-Wl
,--version-script
=
link.T
fpic
=
-fPIC
GLES
=
1
LIBS
+=
-lrt
GL_LIB
:=
-lGLESv2
CPUFLAGS
+=
-DNO_ASM
-DARM
-D__arm__
-DARM_ASM
-D__NEON_OPT
-DNOSSE
ARM_FLOAT_ABI_HARD
=
1
FORCE_GLES
=
1
SINGLE_PREC_FLAGS
=
1
CFLAGS
+=
-marm
-mfloat-abi
=
hard
-mfpu
=
neon
CXXFLAGS
+=
-marm
-mfloat-abi
=
hard
-mfpu
=
neon
HAVE_NEON
=
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