summaryrefslogtreecommitdiff
path: root/package/openjdk7
diff options
context:
space:
mode:
Diffstat (limited to 'package/openjdk7')
-rw-r--r--package/openjdk7/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/openjdk7/Makefile b/package/openjdk7/Makefile
index 9147f5dbb..5a9e822a0 100644
--- a/package/openjdk7/Makefile
+++ b/package/openjdk7/Makefile
@@ -114,9 +114,9 @@ HOST_CONFIGURE_ARGS+=\
--enable-bootstrap \
--enable-zero \
--with-jdk-home=$(STAGING_HOST_DIR)/usr/lib/jvm \
- --with-java=$(STAGING_HOST_DIR)/usr/bin/java \
+ --with-java=$(STAGING_HOST_DIR)/usr/bin/hostjava \
--with-javac=$(STAGING_HOST_DIR)/usr/bin/ecj \
- --with-ecj-jar=${DL_DIR}/ecj.jar \
+ --with-ecj-jar=${DL_DIR}/ecj-4.9.jar \
--without-hotspot-build \
--disable-system-zlib \
--disable-system-jpeg \