[Scummvm-cvs-logs] scummvm master -> ed53292194682fb2ebc0d5a7ecd23e482899aefc

lordhoto lordhoto at gmail.com
Wed Jan 9 05:13:05 CET 2013


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
ed53292194 CONFIGURE: Allow amd64 as alias for x86_64.


Commit: ed53292194682fb2ebc0d5a7ecd23e482899aefc
    https://github.com/scummvm/scummvm/commit/ed53292194682fb2ebc0d5a7ecd23e482899aefc
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2013-01-08T20:10:42-08:00

Commit Message:
CONFIGURE: Allow amd64 as alias for x86_64.

Patch from #3599990 "CONFIGURE: Equate amd64 with x86_64".

Changed paths:
    configure



diff --git a/configure b/configure
index f2d45c1..b703776 100755
--- a/configure
+++ b/configure
@@ -1904,7 +1904,7 @@ cc_check_clean tmp_find_type_with_size.cpp
 # for the smaller sizes.
 echo_n "Alignment required... "
 case $_host_cpu in
-	i[3-6]86 | x86_64 | ppc*)
+	i[3-6]86 | amd64 | x86_64 | ppc*)
 		# Unaligned access should work
 		_need_memalign=no
 		;;
@@ -1951,7 +1951,7 @@ case $_host_cpu in
 		echo "PowerPC"
 		DEFINES="$DEFINES -DPPC_TARGET"
 		;;
-	x86_64)
+	amd64 | x86_64)
 		echo "x86_64"
 		;;
 	*)






More information about the Scummvm-git-logs mailing list