diff options
-rw-r--r-- | meta/recipes-support/libgpg-error/libgpg-error_1.35.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.35.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.35.bb index 9a822add32..57ac143fd5 100644 --- a/meta/recipes-support/libgpg-error/libgpg-error_1.35.bb +++ b/meta/recipes-support/libgpg-error/libgpg-error_1.35.bb | |||
@@ -47,6 +47,7 @@ do_compile_prepend() { | |||
47 | mips*el) TUPLE=mipsel-unknown-linux-gnu ;; | 47 | mips*el) TUPLE=mipsel-unknown-linux-gnu ;; |
48 | mips*) TUPLE=mips-unknown-linux-gnu ;; | 48 | mips*) TUPLE=mips-unknown-linux-gnu ;; |
49 | x86_64) TUPLE=x86_64-unknown-linux-gnu ;; | 49 | x86_64) TUPLE=x86_64-unknown-linux-gnu ;; |
50 | ppc) TUPLE=powerpc-unknown-linux-gnu ;; | ||
50 | ppc64) TUPLE=powerpc64-unknown-linux-gnu ;; | 51 | ppc64) TUPLE=powerpc64-unknown-linux-gnu ;; |
51 | ppc64le) TUPLE=powerpc64le-unknown-linux-gnu ;; | 52 | ppc64le) TUPLE=powerpc64le-unknown-linux-gnu ;; |
52 | *) TUPLE=${TARGET_ARCH}-unknown-linux-gnu ;; | 53 | *) TUPLE=${TARGET_ARCH}-unknown-linux-gnu ;; |