/hg/release/icedtea7-forest-2.5/corba: 8036767: PPC64: Support f...

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Tue Jun 3 18:02:58 UTC 2014


changeset 1650f85c0dee in /hg/release/icedtea7-forest-2.5/corba
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.5/corba?cmd=changeset;node=1650f85c0dee
author: asmundak
date: Fri Apr 11 03:12:43 2014 +0000

	8036767: PPC64: Support for little endian execution model
	Reviewed-by: simonis


diffstat:

 make/common/shared/Platform.gmk |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diffs (13 lines):

diff -r fc55c94710a4 -r 1650f85c0dee make/common/shared/Platform.gmk
--- 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 \
                     ;; \


More information about the distro-pkg-dev mailing list