[mame] 01/04: Define arch bits for ppc64 and mips64el.

Jordi Mallach jordi at moszumanska.debian.org
Sat May 14 23:20:16 UTC 2016


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

jordi pushed a commit to branch master
in repository mame.

commit 2ef38f5c100f929250db26d10cb395bd2ed90238
Author: Jordi Mallach <jordi at debian.org>
Date:   Sun May 15 00:25:04 2016 +0200

    Define arch bits for ppc64 and mips64el.
---
 debian/changelog |  6 ++++++
 debian/rules     | 13 +++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a2897da..eb31e79 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mame (0.173-4) UNRELEASED; urgency=medium
+
+  * Define arch bits for ppc64 and mips64el.
+
+ -- Jordi Mallach <jordi at debian.org>  Sun, 15 May 2016 00:16:30 +0200
+
 mame (0.173-3) experimental; urgency=medium
 
   * Define DEB_HOST_ARCH_BITS and, if the build is for a 32 bit arch,
diff --git a/debian/rules b/debian/rules
index 37acf3b..9c224a1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -89,6 +89,12 @@ DEB_OPTS += \
     ARCHOPTS=-Umips
 endif
 
+ifeq ($(DEB_HOST_ARCH),mips64el)
+DEB_OPTS += \
+    PTR64=1 \
+    NOASM=
+endif
+
 ifeq ($(DEB_HOST_ARCH),powerpc)
 DEB_OPTS += \
     ARCHOPTS=-Upowerpc \
@@ -96,6 +102,13 @@ DEB_OPTS += \
     BIGENDIAN=1
 endif
 
+ifeq ($(DEB_HOST_ARCH),ppc64)
+DEB_OPTS += \
+    PTR64=1 \
+    NOASM= \
+    BIGENDIAN=1
+endif
+
 ifeq ($(DEB_HOST_ARCH),ppc64el)
 DEB_OPTS += \
     PTR64=1 \

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



More information about the Pkg-games-commits mailing list