From 37d63e9b8a0a96125ada858205286a58a5bed1ae Mon Sep 17 00:00:00 2001 From: Breno Leitao Date: Wed, 13 May 2015 16:34:57 -0400 Subject: Add architecture ppc64le architecture as a ppc64 ppc64le is a new arch/ABI that runs on IBM POWER processor starting at POWER8 processor, and it should be listed as a ppc64, mainly for hipe enablement. For more information about this new arch/ABI, please check the documents at: https://www-03.ibm.com/technologyconnect/tgcm/TGCMServlet.wss?alias=OpenPOWER --- erts/configure.in | 1 + 1 file changed, 1 insertion(+) (limited to 'erts/configure.in') diff --git a/erts/configure.in b/erts/configure.in index 62515fe081..39d3c51e3f 100644 --- a/erts/configure.in +++ b/erts/configure.in @@ -649,6 +649,7 @@ case $chk_arch_ in powerpc) ARCH=ppc;; ppc) ARCH=ppc;; ppc64) ARCH=ppc64;; + ppc64le) ARCH=ppc64;; "Power Macintosh") ARCH=ppc;; armv5b) ARCH=arm;; armv5teb) ARCH=arm;; -- cgit v1.2.3