summaryrefslogtreecommitdiff
path: root/package/openjdk/patches/disable-gamma.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-11 12:29:23 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-11 12:29:23 +0100
commit407f9b8fde3ad9cc55f39f7a548cde6056dab494 (patch)
tree0375ea8ddab3502bf6883066f43fc7e328d5c704 /package/openjdk/patches/disable-gamma.patch
parent2ecefcf609e484d04d1546581191831e07ad71ec (diff)
parentabb858ae43374dc13a5fcef19b9e0ba9442013bb (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/openjdk/patches/disable-gamma.patch')
-rw-r--r--package/openjdk/patches/disable-gamma.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/package/openjdk/patches/disable-gamma.patch b/package/openjdk/patches/disable-gamma.patch
deleted file mode 100644
index 5dc1b2723..000000000
--- a/package/openjdk/patches/disable-gamma.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-
- Fails when cross-compilation is done, disable it.
-
---- w-openjdk-6-1.orig/openjdk-6/hotspot/make/linux/makefiles/buildtree.make 2011-02-28 17:03:13.000000000 +0100
-+++ w-openjdk-6-1/openjdk-6/hotspot/make/linux/makefiles/buildtree.make 2011-04-11 12:47:31.000000000 +0200
-@@ -352,12 +352,8 @@
- echo "if [ -z \$$JAVA_HOME ]; then { $(NO_JAVA_HOME_MSG); exit 0; }; fi"; \
- echo "if ! \$${JAVA_HOME}/bin/java $(JAVA_FLAG) -fullversion 2>&1 > /dev/null"; \
- echo "then"; \
-- echo " $(WRONG_DATA_MODE_MSG); exit 0;"; \
-+ echo " exit 0;"; \
- echo "fi"; \
-- echo "rm -f Queens.class"; \
-- echo "\$${JAVA_HOME}/bin/javac -d . $(GAMMADIR)/make/test/Queens.java"; \
-- echo '[ -f gamma_g ] && { gamma=gamma_g; }'; \
-- echo './$${gamma:-gamma} $(TESTFLAGS) Queens < /dev/null'; \
- ) > $@
- $(QUIETLY) chmod +x $@
-