Bug#701710: libav: FTBFS on powerpcspe

Roland Stigge stigge at antcom.de
Tue Feb 26 21:32:05 UTC 2013


On 26/02/13 19:43, Reinhard Tartler wrote:
> On Tue, Feb 26, 2013 at 4:36 PM, Roland Stigge <stigge at antcom.de> wrote:
> 
>> The attached patch fixes this by assing support for powerpcspe in the Debian
>> packaging, but omitting Altivec (not available on powerpcspe) in this case.
> 
> I think a better solution would be to pass "-cpu=e500v2" to the
> configure switch instead.
> 
> Can you confirm that?

GCC's default compile options are set to e500v2 on powerpcspe, most
importantly enable_e500_double is activated (this is the distinction of
e500v2 vs. e500v1). So no separate activation necessary...

> OTOH, I wonder why the gcc and the toolchain on this port do not set
> the proper default flags by themselves. Since
> http://wiki.debian.org/PowerPCSPEPort does not clarify this either,
> can you perhaps jump in here?

...however, -maltivec is still present but doesn't make sense to enable
at the same time with e500, hence compile errors.

Roland



More information about the pkg-multimedia-maintainers mailing list