[mupen64plus-ui-console] 115/172: Imported Upstream version 1.99.5+8+0f9dd3c1dd6d

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 06:07:39 UTC 2015


This is an automated email from the git hooks/post-receive script.

ecsv-guest pushed a commit to branch armhf_test
in repository mupen64plus-ui-console.

commit 554456f88efaa2e8ebf5bd0a8d8339f2906b49f7
Author: Sven Eckelmann <sven at narfation.org>
Date:   Sun Dec 2 21:30:46 2012 +0100

    Imported Upstream version 1.99.5+8+0f9dd3c1dd6d
---
 projects/unix/Makefile | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/projects/unix/Makefile b/projects/unix/Makefile
index 6c46a76..cc92fdd 100644
--- a/projects/unix/Makefile
+++ b/projects/unix/Makefile
@@ -65,7 +65,7 @@ ifneq ("$(filter pentium i%86,$(HOST_CPU))","")
   CPU := X86
   ARCH_DETECTED := 32BITS
 endif
-ifneq ("$(filter ppc powerpc,$(HOST_CPU))","")
+ifneq ("$(filter ppc macppc socppc powerpc,$(HOST_CPU))","")
   CPU := PPC
   ARCH_DETECTED := 32BITS
   BIG_ENDIAN := 1
@@ -77,6 +77,13 @@ ifneq ("$(filter ppc64 powerpc64,$(HOST_CPU))","")
   BIG_ENDIAN := 1
   $(warning Architecture "$(HOST_CPU)" not officially supported.')
 endif
+ifneq ("$(filter arm%,$(HOST_CPU))","")
+  ifeq ("$(filter arm%b,$(HOST_CPU))","")
+    CPU := ARM
+    ARCH_DETECTED := 32BITS
+    $(warning Architecture "$(HOST_CPU)" not officially supported.')
+  endif
+endif
 ifeq ("$(CPU)","NONE")
   $(error CPU type "$(HOST_CPU)" not supported.  Please file bug report at 'http://code.google.com/p/mupen64plus/issues')
 endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-ui-console.git



More information about the Pkg-games-commits mailing list