[SCM] packaging for the mame arcade game emulator branch, master, updated. 16ce619f80cc067d0536c49823766eb5ec4e1ea2

Jordi Mallach jordi at debian.org
Fri Apr 22 14:26:20 UTC 2011


The following commit has been merged in the master branch:
commit 42e90c6ae06583756e519b81f8ed85459ad2039c
Author: Jordi Mallach <jordi at debian.org>
Date:   Fri Apr 22 13:13:55 2011 +0200

    Order architecture definitions.

diff --git a/debian/rules b/debian/rules
index c82704d..47bc526 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,19 +41,20 @@ DEB_MAME_OPTS = \
     LDFLAGSEMULATOR="-Wl,--as-needed"
 
 # Override make variables for specific archs
-ifeq ($(DEB_HOST_ARCH),i386)
+# Linux architectures
+ifeq ($(DEB_HOST_ARCH),amd64)
 DEB_MAME_OPTS += \
-    ARCHOPTS=-march=pentium2 \
+    ARCHOPTS=-march=athlon64 \
     FORCE_DRC_C_BACKEND= \
-    PTR64= \
+    PTR64=1 \
     BIGENDIAN=
 endif
 
-ifeq ($(DEB_HOST_ARCH),amd64)
+ifeq ($(DEB_HOST_ARCH),i386)
 DEB_MAME_OPTS += \
-    ARCHOPTS=-march=athlon64 \
+    ARCHOPTS=-march=pentium2 \
     FORCE_DRC_C_BACKEND= \
-    PTR64=1 \
+    PTR64= \
     BIGENDIAN=
 endif
 
@@ -64,19 +65,20 @@ DEB_MAME_OPTS += \
     BIGENDIAN=1
 endif
 
-ifeq ($(DEB_HOST_ARCH),kfreebsd-i386)
+# kFreeBSD architectures
+ifeq ($(DEB_HOST_ARCH),kfreebsd-amd64)
 DEB_MAME_OPTS += \
     TARGETOS=freebsd \
+    PTR64=1 \
     FORCE_DRC_C_BACKEND= \
-    PTR64= \
     BIGENDIAN=
 endif
 
-ifeq ($(DEB_HOST_ARCH),kfreebsd-amd64)
+ifeq ($(DEB_HOST_ARCH),kfreebsd-i386)
 DEB_MAME_OPTS += \
     TARGETOS=freebsd \
-    PTR64=1 \
     FORCE_DRC_C_BACKEND= \
+    PTR64= \
     BIGENDIAN=
 endif
 

-- 
packaging for the mame arcade game emulator



More information about the Pkg-games-commits mailing list