kumquat-buildroot/package/liquid-dsp
Gustavo Zacarias 7d435d8510 liquid-dsp: fix powerpc/altivec build failures
When a powerpc target is detected the build system tries to force
altivec support but that's wrong:

Not every powerpc processor has altivec instruction support.

It's using the removed/deprecated -faltivec compiler directive when it
should be using -maltivec instead.

Even if the above conditions are corrected the altivec codepath fails
to build properly.

So just disable altivec in general using the standard
--enable-simdoverride configure option. Fixes:

http://autobuild.buildroot.net/results/e1b/e1b6cf76a7a4ae754a928d211e779e9381198f48/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2015-11-10 23:36:51 +01:00
..
0001-configure.ac-use-AC_CONFIG_MACRO_DIR.patch
Config.in liquid-dsp: work-around compiler bug on SuperH 2015-11-08 15:42:10 +01:00
liquid-dsp.hash
liquid-dsp.mk liquid-dsp: fix powerpc/altivec build failures 2015-11-10 23:36:51 +01:00