From 0d23f73635d8d5b96e832387b9e578bba4014cd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Wed, 27 Nov 2019 11:14:10 +0100 Subject: [PATCH] build-style meson: fix _MESON_CPU_FAMILY=ppc64le MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- common/build-style/meson.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build-style/meson.sh b/common/build-style/meson.sh index 73d4fd6ab54..945114fb4b1 100644 --- a/common/build-style/meson.sh +++ b/common/build-style/meson.sh @@ -24,7 +24,7 @@ do_patch() { _MESON_CPU_FAMILY=x86 ;; ppc64le*) - _MESON_CPU_FAMILY=ppc64 + _MESON_CPU_FAMILY=ppc64le ;; ppc64*) _MESON_TARGET_ENDIAN=big