summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/libgpg-error/libgpg-error_1.32.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.32.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.32.bb
index a6ca982c0e..e552001cb6 100644
--- a/meta/recipes-support/libgpg-error/libgpg-error_1.32.bb
+++ b/meta/recipes-support/libgpg-error/libgpg-error_1.32.bb
@@ -48,6 +48,8 @@ do_compile_prepend() {
48 mips*el) TUPLE=mipsel-unknown-linux-gnu ;; 48 mips*el) TUPLE=mipsel-unknown-linux-gnu ;;
49 mips*) TUPLE=mips-unknown-linux-gnu ;; 49 mips*) TUPLE=mips-unknown-linux-gnu ;;
50 x86_64) TUPLE=x86_64-unknown-linux-gnu ;; 50 x86_64) TUPLE=x86_64-unknown-linux-gnu ;;
51 ppc64) TUPLE=powerpc64-unknown-linux-gnu ;;
52 ppc64le) TUPLE=powerpc64le-unknown-linux-gnu ;;
51 *) TUPLE=${TARGET_ARCH}-unknown-linux-gnu ;; 53 *) TUPLE=${TARGET_ARCH}-unknown-linux-gnu ;;
52 esac 54 esac
53 55