diff options
author | wbx <wbx@openadk.org> | 2011-04-29 20:10:22 +0200 |
---|---|---|
committer | wbx <wbx@openadk.org> | 2011-04-29 20:10:22 +0200 |
commit | 380aa2b20006281be9971f6e3a13f33719832335 (patch) | |
tree | e959b618392289f2f8f679a50e43a70c9ceef41a /package/openjdk/Makefile | |
parent | 46a3b16bbc2bc83eaf524d05def7c1f2d60feab3 (diff) |
fix shark backend
Diffstat (limited to 'package/openjdk/Makefile')
-rw-r--r-- | package/openjdk/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/openjdk/Makefile b/package/openjdk/Makefile index f5acd06fc..916c83bc9 100644 --- a/package/openjdk/Makefile +++ b/package/openjdk/Makefile @@ -78,6 +78,7 @@ 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 \ |