[Issue 22078] New: install.sh: Recognize ARM64 as architecture
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Jun 23 05:31:37 UTC 2021
https://issues.dlang.org/show_bug.cgi?id=22078
Issue ID: 22078
Summary: install.sh: Recognize ARM64 as architecture
Product: D
Version: D2
Hardware: Other
OS: Mac OS X
Status: NEW
Severity: enhancement
Priority: P1
Component: installer
Assignee: nobody at puremagic.com
Reporter: doob at me.com
macOS on Apple Silicon reports its architecture, using `uname`, as "arm64". The
install.sh script complains that this is not a valid architecture.
On Linux, the architecture is reported as "aarch64", which install.sh does
recognize. I'm not sure if there are other platforms that are using "arm64" as
the identifier for the architecture. It's probably a good idea to recognize
both.
--
More information about the Digitalmars-d-bugs
mailing list