changeset 949:1650f85c0dee icedtea-2.5pre06

8036767: PPC64: Support for little endian execution model Reviewed-by: simonis
author asmundak
date Fri, 11 Apr 2014 03:12:43 +0000
parents fc55c94710a4
children f4b0bcc52007
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	Fri Apr 18 06:40:51 2014 +0100
+++ b/make/common/shared/Platform.gmk	Fri Apr 11 03:12:43 2014 +0000
@@ -169,6 +169,9 @@
                 sparc*) \
                     echo sparc \
                     ;; \
+                ppc64*) \
+                    echo ppc64 \
+                    ;; \
                 arm*) \
                     echo arm \
                     ;; \