This is an automated email from the git hooks/post-receive script. cesarefalco-guest pushed a commit to branch master in repository mame.
commit fe50b511a817cc70402268839ae33669062a70f8 Author: Cesare Falco <[email protected]> Date: Fri May 20 15:59:46 2016 +0200 x32 architecture has 32bit pointers --- debian/rules | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/rules b/debian/rules index 5a8bd04..0731b69 100755 --- a/debian/rules +++ b/debian/rules @@ -142,6 +142,12 @@ DEB_OPTS += \ BIGENDIAN=1 endif +ifeq ($(DEB_BUILD_ARCH),x32) +DEB_OPTS += \ + FORCE_DRC_C_BACKEND= \ + NOASM= +endif + # kFreeBSD architectures ifeq ($(DEB_BUILD_ARCH),kfreebsd-amd64) DEB_OPTS += \ -- 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

