#9467 closed patch
CONFIGURE: Equate amd64 with x86_64
Reported by: | SF/tsomi | Owned by: | lordhoto |
---|---|---|---|
Priority: | normal | Component: | Ports |
Version: | Keywords: | ||
Cc: | Game: |
Description
Some operating systems (for example OpenBSD) use "amd64" instead of "x86_64".
The attached patch makes ScummVM recognize amd64 as an alias for x86_64, so that memory alignment is not considered necessary for this arch.
This way, ./configure output, which was: Alignment required... yes Checking host CPU architecture... unknown (amd64)
becomes this: Alignment required... no Checking host CPU architecture... x86_64
on OpenBSD/amd64.
This patch is against a7b72d0a9a.
Ticket imported from: #3599990. Ticket imported from: patches/1572.
Attachments (1)
Change History (4)
by , 12 years ago
Attachment: | scummvm_upstream_amd64.patch added |
---|
comment:2 by , 12 years ago
Owner: | set to |
---|---|
Status: | new → closed |
Summary: | configure: Equate amd64 with x86_64 → CONFIGURE: Equate amd64 with x86_64 |
comment:3 by , 6 years ago
Component: | → Ports |
---|
Note:
See TracTickets
for help on using tickets.
equate amd64 with x86_64 so alignment checks in configure will work as intended on amd64.