changeset 1348:59a717990c87

8036767: PPC64: Support for little endian execution model Reviewed-by: simonis
author asmundak
date Fri, 11 Apr 2014 03:12:43 +0000
parents 41b5258db381
children ad3a33a23c69
files make/common/shared/Platform.gmk
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/make/common/shared/Platform.gmk	Tue Jul 10 11:11:25 2012 +0100
+++ b/make/common/shared/Platform.gmk	Fri Apr 11 03:12:43 2014 +0000
@@ -166,6 +166,9 @@
                 sparc*) \
                     echo sparc \
                     ;; \
+                ppc64*) \
+                    echo ppc64 \
+                    ;; \
                 arm*) \
                     echo arm \
                     ;; \