3046a8e
From 498aabf5e22f1ddd7f72560f0c95c4ae5fc36c8e Mon Sep 17 00:00:00 2001
3046a8e
From: Adam Goode <agoode@google.com>
3046a8e
Date: Wed, 28 Mar 2018 13:47:34 -0400
3046a8e
Subject: [PATCH] Enable ppc64le variant in bin/platform
3046a8e
3046a8e
---
3046a8e
 bin/platform | 4 ++--
3046a8e
 1 file changed, 2 insertions(+), 2 deletions(-)
3046a8e
3046a8e
diff --git a/bin/platform b/bin/platform
3046a8e
index 90725db60..f648d35f4 100755
3046a8e
--- a/bin/platform
3046a8e
+++ b/bin/platform
3046a8e
@@ -112,10 +112,10 @@ mips*)
3046a8e
 # big-endian and little-endian detect via headers
3046a8e
         HOST_ARCH=mips
3046a8e
 ;;
3046a8e
-powerpc64)
3046a8e
+powerpc64*)
3046a8e
 	HOST_ARCH=powerpc64
3046a8e
 ;;
3046a8e
-ppc64)
3046a8e
+ppc64*)
3046a8e
         HOST_ARCH=powerpc64
3046a8e
 ;;
3046a8e
 powerpc)
3046a8e
-- 
3046a8e
2.20.1
3046a8e