[Scummvm-git-logs] scummvm master -> 77e0297b2a9c1226966afc9bcd81f992c59ccf7c

criezy criezy at scummvm.org
Sat Dec 3 22:43:21 CET 2016


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:
77e0297b2a CONFIGURE: Allow ppc as alias for powerpc


Commit: 77e0297b2a9c1226966afc9bcd81f992c59ccf7c
    https://github.com/scummvm/scummvm/commit/77e0297b2a9c1226966afc9bcd81f992c59ccf7c
Author: Donovan Watteau (tsoomi at gmail.com)
Date: 2016-12-03T21:43:17Z

Commit Message:
CONFIGURE: Allow ppc as alias for powerpc

OpenBSD, for example, uses ppc instead of powerpc.

Changed paths:
    configure


diff --git a/configure b/configure
index be6f663..b8656b1 100755
--- a/configure
+++ b/configure
@@ -2167,7 +2167,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 | amd64 | x86_64 | powerpc*)
+	i[3-6]86 | amd64 | x86_64 | powerpc* | ppc*)
 		# Unaligned access should work
 		_need_memalign=no
 		;;
@@ -2228,7 +2228,7 @@ case $_host_cpu in
 		echo "MIPS"
 		append_var DEFINES "-DMIPS_TARGET"
 		;;
-	powerpc*)
+	powerpc* | ppc*)
 		echo "PowerPC"
 		append_var DEFINES "-DPPC_TARGET"
 		;;





More information about the Scummvm-git-logs mailing list