[aarch64-port-dev ] /hg/icedtea7-forest-aarch64/hotspot: ensure we pick up hsdis-aar...

Andrew Dinn adinn at redhat.com
Fri Nov 14 11:47:39 UTC 2014


[forwarding another bounced commit message]

------ This is a copy of the message, including all the headers. ------

Return-path: <adinn at icedtea.classpath.org>
Received: from localhost ([127.0.0.1] helo=icedtea.classpath.org)
	by icedtea.classpath.org with esmtp (Exim 4.69)
	(envelope-from <adinn at icedtea.classpath.org>)
	id 1XpFBn-0008Vj-C7
	for aarch64-port-dev at openjdk.java.net; Fri, 14 Nov 2014 11:37:19 +0000
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Date: Fri, 14 Nov 2014 11:37:19 +0000
Subject: /hg/icedtea7-forest-aarch64/hotspot: ensure we pick up hsdis-aar...
From: adinn at icedtea.classpath.org
X-Hg-Notification: changeset 00c0ab788ec5
Message-Id:
<hg.00c0ab788ec5.1415965039.-5017525213744097322 at icedtea.classpath.org>
To: aarch64-port-dev at openjdk.java.net

changeset 00c0ab788ec5 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changeset;node=00c0ab788ec5
author: adinn
date: Fri Nov 14 11:34:44 2014 +0000

	ensure we pick up hsdis-aarch64.so if BUILTIN_SIM is true


diffstat:

 make/linux/makefiles/vm.make |  4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diffs (14 lines):

diff -r 704d94f82eaf -r 00c0ab788ec5 make/linux/makefiles/vm.make
--- a/make/linux/makefiles/vm.make	Mon Nov 10 05:16:14 2014 -0500
+++ b/make/linux/makefiles/vm.make	Fri Nov 14 11:34:44 2014 +0000
@@ -92,6 +92,10 @@
 BUILD_USER    = -DHOTSPOT_BUILD_USER="\"$(HOTSPOT_BUILD_USER)\""
 VM_DISTRO     = -DHOTSPOT_VM_DISTRO="\"$(HOTSPOT_VM_DISTRO)\""

+ifeq ($(BUILTIN_SIM), true)
+  HS_LIB_ARCH=-DHOTSPOT_LIB_ARCH="\"aarch64\""
+endif
+
 CXXFLAGS =           \
   ${SYSDEFS}         \
   ${INCLUDES}        \




More information about the aarch64-port-dev mailing list