summaryrefslogtreecommitdiff
path: root/package/openjdk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-29 22:59:40 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-29 22:59:40 +0200
commit293276174d4a64f7c8fd35017957e021e9c5dcd0 (patch)
tree4135b752e28245da0fe8fa6c64b3880f32d607ee /package/openjdk
parentef8adeb4778d7dc4f523c97ed18116376ffaad82 (diff)
only use this configure option for shark backend
Diffstat (limited to 'package/openjdk')
-rw-r--r--package/openjdk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/openjdk/Makefile b/package/openjdk/Makefile
index 901fcd541..2233c476b 100644
--- a/package/openjdk/Makefile
+++ b/package/openjdk/Makefile
@@ -65,7 +65,8 @@ ifeq ($(ADK_PACKAGE_OPENJDK_ZERO),y)
CONFIGURE_BACKEND:= --enable-zero
endif
ifeq ($(ADK_PACKAGE_OPENJDK_SHARK),y)
-CONFIGURE_BACKEND:= --enable-shark
+CONFIGURE_BACKEND:= --enable-shark \
+ --with-llvm-config=$(STAGING_TARGET_DIR)/usr/bin/llvm-config
endif
ifeq ($(ADK_PACKAGE_OPENJDK_CACAO),y)
CONFIGURE_BACKEND:= --enable-cacao
@@ -78,7 +79,6 @@ CONFIGURE_ARGS+= $(CONFIGURE_BACKEND)
CONFIGURE_ARGS+= --disable-docs \
--disable-bootstrap \
--enable-openjdk-cross-compilation \
- --with-llvm-config=$(STAGING_TARGET_DIR)/usr/bin/llvm-config \
--with-openjdk-src-dir=$(WRKDIST)/$(PKG_NAME)-$(PKG_VERSION) \
--with-xalan2-jar=${WRKDIST}/${XALAN_NAME}_${XALAN_VERSION}/xalan.jar \
--with-xalan2-serializer-jar=${WRKDIST}/${XALAN_NAME}_${XALAN_VERSION}/serializer.jar \