File 0460-ppc64le-is-also-64bit.patch of Package erlang

From 239aa002d48b6c1c9a67833ddb43bab2d92d70cb Mon Sep 17 00:00:00 2001
From: Daniel Black <daniel@linux.ibm.com>
Date: Tue, 21 Aug 2018 13:36:30 +1000
Subject: [PATCH 2/2] ppc64le is also 64bit

---
 lib/os_mon/src/memsup.erl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/os_mon/src/memsup.erl b/lib/os_mon/src/memsup.erl
index 9d6447430d..b69d657aa7 100644
--- a/lib/os_mon/src/memsup.erl
+++ b/lib/os_mon/src/memsup.erl
@@ -701,6 +701,7 @@ get_os_wordsize_with_uname() ->
 	"sparc64" -> 64;
 	"amd64"   -> 64;
 	"ppc64"   -> 64;
+	"ppc64le" -> 64;
 	"s390x"   -> 64;
 	_         -> 32
     end.
-- 
2.16.4

openSUSE Build Service is sponsored by