mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] classpath: Fix JAVA autoconf variable (resending)
@ 2014-06-09 16:13 Guillermo Rodriguez
  0 siblings, 0 replies; only message in thread
From: Guillermo Rodriguez @ 2014-06-09 16:13 UTC (permalink / raw)
  To: ptxdist

JAVA must point to the java binary on the target, not on the host
This is used in the shell scripts in tools/*, which are installed on the target

Signed-off-by: Guillermo Rodriguez <guille.rodriguez@gmail.com>
---
 rules/classpath.make |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/rules/classpath.make b/rules/classpath.make
index ad3b7e7..c5aa02f 100644
--- a/rules/classpath.make
+++ b/rules/classpath.make
@@ -32,10 +32,14 @@ CLASSPATH_PATH	:= PATH=$(CROSS_PATH)
 CLASSPATH_ENV 	:= \
 	$(CROSS_ENV) \
 	JAVAC=$(PTXCONF_SETUP_JAVA_SDK)/bin/javac \
-	JAVA=$(PTXCONF_SETUP_JAVA_SDK)/bin/java \
+	JAVA=jamvm \
 	CLASSPATH=$(PTXCONF_SETUP_JAVA_SDK)/jre/lib \
+	ac_cv_prog_java_works=yes \
 	ac_cv_prog_javac_is_gcj=no
 
+# JAVA must point to the java binary on the target, not on the host
+# This is used by the scripts in tools/*
+
 #
 # autoconf
 #
-- 
1.7.0.4




-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-06-09 16:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-09 16:13 [ptxdist] [PATCH] classpath: Fix JAVA autoconf variable (resending) Guillermo Rodriguez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox