summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
#