summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2013-05-27 10:07:47 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-06-03 12:21:39 +0200
commitef0ec8bed586e0b18169ab2eee83635d03976d6e (patch)
tree1a427394e9eb96c0679a31c83cc0d5d2fe83661b
parent8ad061535dba52bc113204fe08e1e57b1129baf0 (diff)
downloadptxdist-ef0ec8bed586e0b18169ab2eee83635d03976d6e.tar.gz
ptxdist-ef0ec8bed586e0b18169ab2eee83635d03976d6e.tar.xz
classpath: use host-system-jdk
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/classpath.in1
-rw-r--r--rules/classpath.make8
2 files changed, 1 insertions, 8 deletions
diff --git a/rules/classpath.in b/rules/classpath.in
index 94d0dba78..16017b28f 100644
--- a/rules/classpath.in
+++ b/rules/classpath.in
@@ -4,6 +4,7 @@ config CLASSPATH
tristate
prompt "classpath"
select GCCLIBS_GCC_S
+ select HOST_SYSTEM_JDK
help
GNU Classpath, Essential Libraries for Java, is a GNU project to create
free core class libraries for use with virtual machines and compilers
diff --git a/rules/classpath.make b/rules/classpath.make
index 251704e8e..ad3b7e7f0 100644
--- a/rules/classpath.make
+++ b/rules/classpath.make
@@ -13,14 +13,6 @@
#
PACKAGES-$(PTXCONF_CLASSPATH) += classpath
-ifdef PTXCONF_CLASSPATH
-ifeq ($(shell test -x $(PTXCONF_SETUP_JAVA_SDK)/bin/javac || echo no),no)
- $(warning *** javac is mandatory to build classpath)
- $(warning *** please run 'ptxdist setup' and set the path to the java sdk)
- $(error )
-endif
-endif
-
#
# Paths and names
#