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
mupen64plus-libretro-nx
Commits
ecfc77e9
Unverified
Commit
ecfc77e9
authored
Jul 19, 2021
by
kwyxz
Committed by
GitHub
Jul 19, 2021
Browse files
Fix Haiku 32bit architecture detection
parent
ac27d5fb
Pipeline
#44913
passed with stages
in 13 minutes and 38 seconds
Changes
1
Pipelines
30
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
ecfc77e9
...
...
@@ -67,7 +67,8 @@ endif
WITH_DYNAREC
?=
$(ARCH)
PIC
=
1
ifeq
($(ARCH), $(filter $(ARCH), i386 i686))
# on 32bit Haiku the output of "uname -m" is "BePC"
ifeq
($(ARCH), $(filter $(ARCH), i386 i686 BePC))
WITH_DYNAREC
=
x86
PIC
=
0
else
ifeq
($(ARCH), $(filter $(ARCH), arm))
...
...
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