[ scummvm-Patches-3599990 ] configure: Equate amd64 with x86_64

SourceForge.net noreply at sourceforge.net
Tue Jan 8 22:17:37 CET 2013


Patches item #3599990, was opened at 2013-01-08 13:17
Message generated for change (Tracker Item Submitted) made by tsomi
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=3599990&group_id=37116

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Donovan Watteau (tsomi)
Assigned to: Nobody/Anonymous (nobody)
Summary: configure: Equate amd64 with x86_64

Initial Comment:
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.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=3599990&group_id=37116




More information about the Scummvm-tracker mailing list