This is an automated email from the git hooks/post-receive script. cesarefalco-guest pushed a commit to branch master in repository mame.
commit 2bf29c462dba4373c703ee578f04ebfeb1600871 Author: Cesare Falco <[email protected]> Date: Tue Apr 19 15:17:41 2016 +0200 Some arch-specific tuning --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 3a33ebe..eb65756 100755 --- a/debian/rules +++ b/debian/rules @@ -30,6 +30,7 @@ DEB_OPTS = \ OSD=sdl \ DEBUG= \ TARGETOS=linux \ + DISTRO=debian-stable \ FORCE_DRC_C_BACKEND=1 \ PTR64= \ BIGENDIAN= \ @@ -55,7 +56,7 @@ endif ifeq ($(DEB_HOST_ARCH),arm64) DEB_OPTS += \ - PTR64=1 + ARCHOPTS=-mabi=lp64 endif ifeq ($(DEB_HOST_ARCH),i386) @@ -122,7 +123,6 @@ ifeq ($(DEB_HOST_ARCH),kfreebsd-i386) DEB_OPTS += \ TARGETOS=freebsd \ FORCE_DRC_C_BACKEND= \ - PTR64= \ NOASM= endif -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mame.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

