diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2011-12-21 18:04:50 +0100 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2011-12-22 23:27:18 +0100 |
commit | dc556eb28261bb511ffece377734be095d02658c (patch) | |
tree | a65336fa2ab8f4c4c56bcd25d40d4858d64b741f /recipes-core/openjdk/openjdk-6-6b24/icedtea-jdk-unpack-uclibc.patch | |
parent | 5fd90b0bdc98e403fdb99c89ff6a51bc69c39c51 (diff) | |
download | meta-java-dc556eb28261bb511ffece377734be095d02658c.tar.gz |
openjdk6: add icedtea pre 1.11 version from mercurial
* add jamvm target
* simplify versionhandling of jaxp and other external stuff
* switch back to llvm 2.8 for shark,
because it is the last version known to work,
* llvm works partly
* rework postinst and prerm and use zero as default vm
* bump INC_PR
Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
Diffstat (limited to 'recipes-core/openjdk/openjdk-6-6b24/icedtea-jdk-unpack-uclibc.patch')
-rw-r--r-- | recipes-core/openjdk/openjdk-6-6b24/icedtea-jdk-unpack-uclibc.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-core/openjdk/openjdk-6-6b24/icedtea-jdk-unpack-uclibc.patch b/recipes-core/openjdk/openjdk-6-6b24/icedtea-jdk-unpack-uclibc.patch new file mode 100644 index 0000000..40564f0 --- /dev/null +++ b/recipes-core/openjdk/openjdk-6-6b24/icedtea-jdk-unpack-uclibc.patch | |||
@@ -0,0 +1,12 @@ | |||
1 | Index: openjdk/jdk/make/com/sun/java/pack/Makefile | ||
2 | =================================================================== | ||
3 | --- openjdk/jdk/make/com/sun/java/pack/Makefile 2010-06-13 15:25:21.548426411 +0200 | ||
4 | +++ openjdk/jdk/make/com/sun/java/pack/Makefile 2010-06-13 15:25:43.858007543 +0200 | ||
5 | @@ -103,6 +103,7 @@ | ||
6 | OTHER_LDLIBS += $(LIBCXX) -lc | ||
7 | # setup the list of libraries to link in... | ||
8 | ifeq ($(PLATFORM), linux) | ||
9 | + OTHER_LDLIBS += -lpthread | ||
10 | ifeq ("$(CC_VER_MAJOR)", "3") | ||
11 | OTHER_LDLIBS += -Wl,-Bstatic -lgcc_eh -Wl,-Bdynamic | ||
12 | endif | ||