Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Richard Gobeille
EDuke32
Commits
525828c4
Commit
525828c4
authored
Jan 20, 2021
by
Evan Ramos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apparently aarch64 sometimes needs -latomic too, contrary to my own testing
parent
a3283219
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Common.mak
Common.mak
+1
-1
No files found.
Common.mak
View file @
525828c4
...
...
@@ -986,7 +986,7 @@ else ifeq ($(PLATFORM),WII)
LIBS
+=
-laesnd_tueidj
-lfat
-lwiiuse
-lbte
-lwiikeyboard
-logc
else
ifeq
($(SUBPLATFORM),LINUX)
LIBS
+=
-lrt
ifneq
($(findstring armv6,$(IMPLICIT_ARCH))$(findstring armv7,$(IMPLICIT_ARCH)),)
ifneq
($(findstring armv6,$(IMPLICIT_ARCH))$(findstring armv7,$(IMPLICIT_ARCH))
$(findstring aarch64,$(IMPLICIT_ARCH))
,)
LIBS
+=
-latomic
endif
endif
...
...
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