[SCM] packaging for the mame arcade game emulator branch, master, updated. debian/0.146-2-9-g242a696

Cesare Falco cesare.falco at gmail.com
Wed Sep 19 21:19:13 UTC 2012


The following commit has been merged in the master branch:
commit a373f883bcc7b8468431b6d7d9a1f099f369444f
Author: Cesare Falco <cesare.falco at gmail.com>
Date:   Mon Aug 27 08:51:51 2012 +0200

    Removed -march from intel target (FTBFS gcc 4.6.3).

diff --git a/debian/rules b/debian/rules
index c2c3e76..ae5c3ee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -52,7 +52,7 @@ DEB_MAME_OPTS = \
 # Linux architectures
 ifeq ($(DEB_HOST_ARCH),amd64)
 DEB_MAME_OPTS += \
-    ARCHOPTS=-march=athlon64 \
+    ARCHOPTS=-mtune=generic \
     FORCE_DRC_C_BACKEND= \
     PTR64=1 \
     NOASM= \
@@ -61,7 +61,7 @@ endif
 
 ifeq ($(DEB_HOST_ARCH),i386)
 DEB_MAME_OPTS += \
-    ARCHOPTS=-march=pentium2 \
+    ARCHOPTS=-mtune=generic \
     FORCE_DRC_C_BACKEND= \
     PTR64= \
     NOASM= \

-- 
packaging for the mame arcade game emulator



More information about the Pkg-games-commits mailing list