[mame] 03/04: Add alpha bits.

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 1d62b654b9957a86d838526f28cdc3d5b367b4f8
Author: Jordi Mallach <jordi at debian.org>
Date:   Sun May 15 00:35:45 2016 +0200

    Add alpha bits.
---
 debian/changelog | 2 +-
 debian/rules     | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e2b0975..2144e06 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
 mame (0.173-4) UNRELEASED; urgency=medium
 
-  * Define arch bits for ppc64 and mips64el.
+  * Define arch bits for alpha, ppc64 and mips64el.
   * Add arch_ppc_fixes.patch: cherrypick from git to fix compilation on
     Little Endian PPC targets.
 
diff --git a/debian/rules b/debian/rules
index 9c224a1..2be2194 100755
--- a/debian/rules
+++ b/debian/rules
@@ -55,6 +55,11 @@ DEB_OPTS = \
 
 # Override make variables for specific archs
 # Linux architectures
+ifeq ($(DEB_HOST_ARCH),alpha)
+DEB_OPTS += \
+    PTR64=1
+endif
+
 ifeq ($(DEB_HOST_ARCH),amd64)
 DEB_OPTS += \
     FORCE_DRC_C_BACKEND= \

-- 
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