diff options
-rw-r--r-- | meta/recipes-support/libgpg-error/libgpg-error_1.18.bb | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.18.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.18.bb index 268066b26a..c9a47a3573 100644 --- a/meta/recipes-support/libgpg-error/libgpg-error_1.18.bb +++ b/meta/recipes-support/libgpg-error/libgpg-error_1.18.bb | |||
@@ -27,18 +27,14 @@ do_compile_prepend() { | |||
27 | fi | 27 | fi |
28 | 28 | ||
29 | case ${TARGET_ARCH} in | 29 | case ${TARGET_ARCH} in |
30 | aarch64) TUPLE=aarch64-unknown-linux-gnu ;; | 30 | aarch64_be) TUPLE=aarch64-unknown-linux-gnu ;; |
31 | arm) TUPLE=arm-unknown-linux-gnueabi ;; | 31 | arm) TUPLE=arm-unknown-linux-gnueabi ;; |
32 | armeb) TUPLE=arm-unknown-linux-gnueabi ;; | 32 | armeb) TUPLE=arm-unknown-linux-gnueabi ;; |
33 | i586|i686) TUPLE=i486-pc-linux-gnu ;; | 33 | i586|i686) TUPLE=i486-pc-linux-gnu ;; |
34 | mipsel) TUPLE=mipsel-unknown-linux-gnu ;; | ||
35 | mips64el) TUPLE=mipsel-unknown-linux-gnu ;; | 34 | mips64el) TUPLE=mipsel-unknown-linux-gnu ;; |
36 | mips64) TUPLE=mips-unknown-linux-gnu ;; | 35 | mips64) TUPLE=mips-unknown-linux-gnu ;; |
37 | mips) TUPLE=mips-unknown-linux-gnu ;; | ||
38 | powerpc64) TUPLE=powerpc64-unknown-linux-gnu ;; | ||
39 | powerpc) TUPLE=powerpc-unknown-linux-gnu ;; | ||
40 | sh4) TUPLE=sh4-unknown-linux-gnu ;; | ||
41 | x86_64) TUPLE=x86_64-pc-linux-gnu ;; | 36 | x86_64) TUPLE=x86_64-pc-linux-gnu ;; |
37 | *) TUPLE=${TARGET_ARCH}-unknown-linux-gnu ;; | ||
42 | esac | 38 | esac |
43 | 39 | ||
44 | cp ${S}/src/syscfg/lock-obj-pub.$TUPLE.h \ | 40 | cp ${S}/src/syscfg/lock-obj-pub.$TUPLE.h \ |