On 26/02/13 19:43, Reinhard Tartler wrote: > On Tue, Feb 26, 2013 at 4:36 PM, Roland Stigge <[email protected]> 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 _______________________________________________ pkg-multimedia-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers
