liquid-dsp: pass the supported x86 CPU extensions
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 14 Oct 2015 08:43:54 +0000 (10:43 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 14 Oct 2015 08:43:54 +0000 (10:43 +0200)
commit30d7ed2077d70deebdb56c5c34cee2989e8a1a74
tree48983f1fcad9bace60378c0b8bebd1aa9c9b12c8
parentae84f99cbc239cf95f145e7433fbdbcd57c35013
liquid-dsp: pass the supported x86 CPU extensions

By default, the liquid-dsp configure script looks at the current CPU
to find which x86 CPU extensions are supported. Those checks use
AC_TRY_RUN(), which cannot work in a cross-compilation environment,
and would anyway be wrong.

To fix this, we explicitly pass the appropriate ac_cv_have_<foo>_ext
autoconf cache variables.

Fixes:

  http://autobuild.buildroot.org/results/eb0/eb002463ed82de461fae11211415c07883a95386/

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