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
vitaquake3
Commits
5294a6b7
Commit
5294a6b7
authored
Mar 17, 2018
by
Rinnegatamante
Browse files
Added dynarec support.
parent
61b372b0
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
5294a6b7
...
...
@@ -24,8 +24,8 @@ CC = $(PREFIX)-gcc
CXX
=
$(PREFIX)
-g
++
CFLAGS
=
$(INCLUDE)
-D__PSP2__
-D__FLOAT_WORD_ORDER
=
1
-D__GNU__
-DRELEASE
\
-DUSE_ICON
-DARCH_STRING
=
\"
arm
\"
-DBOTLIB
-DUSE_CODEC_VORBIS
\
-DNO_VM_COMPILED
-DDEFAULT_BASEDIR
=
\"
ux0:/data/ioq3
\"
\
-DPRODUCT_VERSION
=
\"
1.36_GIT_ba68b99c-2018-01-23
\"
\
-DDEFAULT_BASEDIR
=
\"
ux0:/data/ioq3
\"
\
-DPRODUCT_VERSION
=
\"
1.36_GIT_ba68b99c-2018-01-23
\"
-DHAVE_VM_COMPILED
=
true
\
-mfpu
=
neon
-mcpu
=
cortex-a9
-fsigned-char
\
-Wl
,-q
-O3
-g
-ffast-math
-fno-short-enums
CXXFLAGS
=
$(CFLAGS)
-fno-exceptions
-std
=
gnu++11
...
...
code/qcommon/vm_armv7l.c
0 → 100644
View file @
5294a6b7
This diff is collapsed.
Click to expand it.
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