[SCM] mplayer2/master: Avoid any architecture optimization on sparc

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Mon Oct 10 10:50:18 UTC 2011


The following commit has been merged in the master branch:
commit 2c975a69c625fb24669d892ce9eed51e4e4b66ec
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Mon Oct 10 12:49:22 2011 +0200

    Avoid any architecture optimization on sparc
    
    Based on a suggestion on Kurt, I've found that --target=generic does not
    pass any -mcpu options to gcc. Unless we hear from porters requesting
    more specific options, I think this is the best thing to do for sparc.

diff --git a/debian/rules b/debian/rules
index a841e21..f734660 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,7 +30,7 @@ ifeq ($(DEB_HOST_GNU_CPU),powerpc)
 	confflags += --enable-runtime-cpudetection
 endif
 ifeq ($(DEB_HOST_GNU_CPU),sparc)
-        confflags += --extra-cflags='-Wa,-Av8'
+        confflags += --target=generic
 endif
 
 %:

-- 
mplayer2 packaging



More information about the pkg-multimedia-commits mailing list