summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/fftw/fftw_3.3.8.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/fftw/fftw_3.3.8.bb b/meta-oe/recipes-support/fftw/fftw_3.3.8.bb
index 09c692dc63..d9e0ea3409 100644
--- a/meta-oe/recipes-support/fftw/fftw_3.3.8.bb
+++ b/meta-oe/recipes-support/fftw/fftw_3.3.8.bb
@@ -19,7 +19,10 @@ EXTRA_OECONF = "--disable-fortran --enable-shared --enable-threads"
19 19
20CFLAGS += "-D_GNU_SOURCE" 20CFLAGS += "-D_GNU_SOURCE"
21 21
22# neon is optional for arm version < 8 -> check tune features
22FFTW_NEON = "${@bb.utils.contains('TUNE_FEATURES', 'neon', '--enable-neon', '', d)}" 23FFTW_NEON = "${@bb.utils.contains('TUNE_FEATURES', 'neon', '--enable-neon', '', d)}"
24# neon is suppored for arm version = 8 -> enable
25FFTW_NEON_aarch64 = "--enable-neon"
23FFTW_NEON_class-native = "" 26FFTW_NEON_class-native = ""
24 27
25do_configure() { 28do_configure() {