Opened 10 years ago
Closed 10 years ago
#43838 closed enhancement (fixed)
emulators/qemu: add aarch64 (64-bit ARM) target.
Reported by: | crossd@… | Owned by: | raimue (Rainer Müller) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | haspatch | Cc: | |
Port: | qemu |
Description
Added target_aarch64 (64-bit ARM) to the variants list.
Aarch64 support was added in QEMU 2.0.0, which is the current ported version: this change simply exposes the architecture.
Attachments (1)
Change History (5)
comment:1 Changed 10 years ago by mf2k (Frank Schima)
Cc: | raimue@… removed |
---|---|
Owner: | changed from macports-tickets@… to raimue@… |
comment:2 Changed 10 years ago by raimue (Rainer Müller)
Status: | new → assigned |
---|
Changed 10 years ago by crossd@…
Attachment: | qemu.Portfile.diff added |
---|
comment:3 Changed 10 years ago by crossd@…
Sure! I believe the updated Portfile diff will now do that. Thanks!
comment:4 Changed 10 years ago by raimue (Rainer Müller)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Thanks for the patch. Committed in r120448.
Note: See
TracTickets for help on using
tickets.
Since
aarch64
pulls inarm
as base architecture anyway, I would prefer to add it to the existing+arm
variant (similar to +sparc including bothsparc
andsparc64
).