diff options
-rw-r--r-- | meta/recipes-support/libffi/libffi_3.4.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libffi/libffi_3.4.2.bb b/meta/recipes-support/libffi/libffi_3.4.2.bb index 733fcc5e6c..71d9518baf 100644 --- a/meta/recipes-support/libffi/libffi_3.4.2.bb +++ b/meta/recipes-support/libffi/libffi_3.4.2.bb | |||
@@ -19,6 +19,7 @@ UPSTREAM_CHECK_URI = "https://github.com/libffi/libffi/releases/" | |||
19 | UPSTREAM_CHECK_REGEX = "libffi-(?P<pver>\d+(\.\d+)+)\.tar" | 19 | UPSTREAM_CHECK_REGEX = "libffi-(?P<pver>\d+(\.\d+)+)\.tar" |
20 | 20 | ||
21 | EXTRA_OECONF += "--disable-builddir --disable-exec-static-tramp" | 21 | EXTRA_OECONF += "--disable-builddir --disable-exec-static-tramp" |
22 | EXTRA_OECONF:class-native += "--with-gcc-arch=generic" | ||
22 | EXTRA_OEMAKE:class-target = "LIBTOOLFLAGS='--tag=CC'" | 23 | EXTRA_OEMAKE:class-target = "LIBTOOLFLAGS='--tag=CC'" |
23 | inherit autotools texinfo multilib_header | 24 | inherit autotools texinfo multilib_header |
24 | 25 | ||
@@ -33,4 +34,3 @@ FILES:${PN}-dev += "${libdir}/libffi-${PV}" | |||
33 | MIPS_INSTRUCTION_SET = "mips" | 34 | MIPS_INSTRUCTION_SET = "mips" |
34 | 35 | ||
35 | BBCLASSEXTEND = "native nativesdk" | 36 | BBCLASSEXTEND = "native nativesdk" |
36 | |||