/hg/release/icedtea7-forest-2.5/langtools: 8036767: PPC64: Suppo...
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Tue Jun 3 18:03:34 UTC 2014
changeset 853f886673d8 in /hg/release/icedtea7-forest-2.5/langtools
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.5/langtools?cmd=changeset;node=853f886673d8
author: asmundak
date: Fri Apr 11 03:13:03 2014 +0000
8036767: PPC64: Support for little endian execution model
Reviewed-by: simonis
diffstat:
test/Makefile | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diffs (13 lines):
diff -r 1b5335c79bc1 -r 853f886673d8 test/Makefile
--- a/test/Makefile Fri Apr 18 06:41:00 2014 +0100
+++ b/test/Makefile Fri Apr 11 03:13:03 2014 +0000
@@ -33,6 +33,9 @@
ifeq ($(ARCH), i386)
ARCH=i586
endif
+ ifeq ($(ARCH), ppc64le)
+ ARCH=ppc64
+ endif
endif
ifeq ($(OSNAME), Darwin)
PLATFORM = bsd
More information about the distro-pkg-dev
mailing list