Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
clean-and-itasks
abc-interpreter
Commits
7a8025e7
Commit
7a8025e7
authored
Feb 03, 2021
by
Mart Lubbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add arm64 shim
parent
7435c47a
Pipeline
#48629
passed with stages
in 11 minutes and 26 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
src/Makefile
src/Makefile
+5
-0
src/interface.linuxarm64.s
src/interface.linuxarm64.s
+0
-0
No files found.
src/Makefile
View file @
7a8025e7
...
...
@@ -52,6 +52,9 @@ override CFLAGS+=-m32 -DWORD_WIDTH=32
override
ASFLAGS
+=
--32
SRC_INTERFACE
:=
interface.linux.s
endif
ifeq
($(filter arm64,$(MAKECMDGOALS)),arm64)
SRC_INTERFACE
:=
interface.linuxarm64.s
endif
ifeq
($(OS),Windows_NT)
ABCOPT
:=
ABCOptimiser.exe
...
...
@@ -144,6 +147,8 @@ optimized:
x86
:
arm64
:
ifeq
($(OS),Windows_NT)
$(ABCOPT)
:
abcopt_win.prj.default .FORCE
else
...
...
src/interface.linuxarm64.s
0 → 100644
View file @
7a8025e7
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