liquid-dsp: work-around compiler bug on SuperH
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 8 Nov 2015 14:40:49 +0000 (15:40 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 8 Nov 2015 14:42:10 +0000 (15:42 +0100)
commit226d23c3f9a77bdf432ef240ae917a20a012edb8
treeed6e3647fd6cbfb4e20003703418d51df1d93fbb
parentfa110626f7225381e79eeb00743e6dd04e8b7757
liquid-dsp: work-around compiler bug on SuperH

On SuperH, the BR2_PACKAGE_LIQUID_DSP_FAST option of the liquid-dsp
package causes triggers a compiler bug with the Sourcery CodeBench
toolchains:

  src/filter/src/firdes.c:406:1: internal compiler error: in gen_reg_rtx, at emit-rtl.c:859

This commit works around this problem by simply making this option
unavailable with the problematic toolchains.

Fixes:

  http://autobuild.buildroot.net/results/d43/d43574b8f487648bc440fbe0b63b2a08b309dfc7/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/liquid-dsp/Config.in