Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Eric Timmons
asdf
Commits
0c0ac86a
Commit
0c0ac86a
authored
Mar 20, 2021
by
Robert Goldman
Browse files
Merge branch 'arm64-arch' into 'master'
Add arm64/aarch64 architecture See merge request
asdf/asdf!161
parents
221404a4
8cce1d66
Changes
1
Hide whitespace changes
Inline
Side-by-side
uiop/os.lisp
View file @
0c0ac86a
...
...
@@ -188,7 +188,9 @@ then returning the non-empty string value of the variable"
(
:x86
:x86
:i386
:i486
:i586
:i686
:pentium3
:pentium4
:pc386
:iapx386
:x8632-target
)
(
:ppc64
:ppc64
:ppc64-target
)
(
:ppc32
:ppc32
:ppc32-target
:ppc
:powerpc
)
:hppa64
:hppa
:sparc64
(
:sparc32
:sparc32
:sparc
)
:mipsel
:mipseb
:mips
:alpha
(
:arm
:arm
:arm-target
)
:vlm
:imach
:mipsel
:mipseb
:mips
:alpha
(
:arm64
:arm64
:aarch64
:armv8l
:armv8b
:aarch64_be
:|aarch64|
)
(
:arm
:arm
:arm-target
)
:vlm
:imach
;; Java comes last: if someone uses C via CFFI or otherwise JNA or JNI,
;; we may have to segregate the code still by architecture.
(
:java
:java
:java-1.4
:java-1.5
:java-1.6
:java-1.7
))))
...
...
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