changeset 6367:1dc6f256b3ea

8020085: Linux ARM build failure for 7u45 Summary: Amend jdk/make/com/sun/jmx/Makefile to fix 7u45 build failure Reviewed-by: coffeys, dholmes
author msheppar
date Thu, 11 Jul 2013 23:16:26 +0100
parents 831666d451b2
children 3a309ca34b1e
files make/com/sun/jmx/Makefile
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/make/com/sun/jmx/Makefile	Wed Jul 03 14:50:03 2013 -0700
+++ b/make/com/sun/jmx/Makefile	Thu Jul 11 23:16:26 2013 +0100
@@ -115,6 +115,8 @@
 
 ifeq ($(CROSS_COMPILE_ARCH),)
 RMIC = $(RMIC_JAVA) $(JAVA_TOOLS_FLAGS) -cp $(OUTPUTDIR)/classes sun.rmi.rmic.Main
+else
+RMIC = $(BOOT_JAVA_CMD)  $(JAVA_TOOLS_FLAGS) -cp $(OUTPUTDIR)/classes sun.rmi.rmic.Main
 endif  
 
 $(CLASSDESTDIR)/%_Stub.class: $(CLASSDESTDIR)/%.class