From f20e10cd448baa0b108d4836559b1c5c08ce0f5f Mon Sep 17 00:00:00 2001 From: John Date: Wed, 27 Nov 2019 21:41:55 +0100 Subject: [PATCH] Revert "build-style meson: fix _MESON_CPU_FAMILY=ppc64le" This reverts commit 0d23f73635d8d5b96e832387b9e578bba4014cd4. --- 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 945114fb4b1..73d4fd6ab54 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=ppc64le + _MESON_CPU_FAMILY=ppc64 ;; ppc64*) _MESON_TARGET_ENDIAN=big