diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-13 12:38:19 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-13 12:38:19 +0200 |
commit | fbbcb6e8ecb9a448e6f46d7dfd26157405fb710c (patch) | |
tree | eb106a0372f578abe3bc391688bbbe139b6e6529 /package/openjdk/patches/patch-icedtea6-1_10_Makefile_in | |
parent | 6def834a1cba9c07fc3a49b0295643a02abe27c8 (diff) | |
parent | c2a3330fd237c9fc700a850a2420de8e0d7891c2 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/openjdk/patches/patch-icedtea6-1_10_Makefile_in')
-rw-r--r-- | package/openjdk/patches/patch-icedtea6-1_10_Makefile_in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/openjdk/patches/patch-icedtea6-1_10_Makefile_in b/package/openjdk/patches/patch-icedtea6-1_10_Makefile_in index 0f49fe67a..193e008aa 100644 --- a/package/openjdk/patches/patch-icedtea6-1_10_Makefile_in +++ b/package/openjdk/patches/patch-icedtea6-1_10_Makefile_in @@ -66,3 +66,13 @@ touch stamps/native-ecj.stamp clean-native-ecj: +@@ -2167,6 +2167,9 @@ + stamps/jamvm.stamp: $(OPENJDK_TREE) stamps/rt.stamp + @BUILD_JAMVM_TRUE@ cd jamvm/jamvm && \ + @BUILD_JAMVM_TRUE@ ./autogen.sh --with-java-runtime-library=openjdk \ ++@BUILD_JAMVM_TRUE@ --host=$(host_alias) \ ++@BUILD_JAMVM_TRUE@ --build=$(build_alias) \ ++@BUILD_JAMVM_TRUE@ --target=$(target_alias) \ + @BUILD_JAMVM_TRUE@ --prefix=$(abs_top_builddir)/jamvm/install ; \ + @BUILD_JAMVM_TRUE@ $(MAKE) ; \ + @BUILD_JAMVM_TRUE@ $(MAKE) install |