changeset 2273:2fa7aed828ed

Apply icedtea-shark-build.patch for both HotSpots (top-level patch). 2010-09-20 Andrew John Hughes <ahughes@redhat.com> * Makefile.am: Enable icedtea-shark-build.patch on all builds as it applies to the top-level makefiles and not HotSpot.
author Andrew John Hughes <ahughes@redhat.com>
date Mon, 20 Sep 2010 20:48:54 +0100
parents e470c7b5f2dc
children fd77bd063119
files ChangeLog Makefile.am
diffstat 2 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Sep 20 00:18:57 2010 +0100
+++ b/ChangeLog	Mon Sep 20 20:48:54 2010 +0100
@@ -1,3 +1,10 @@
+2010-09-20  Andrew John Hughes  <ahughes@redhat.com>
+
+	* Makefile.am:
+	Enable icedtea-shark-build.patch on all builds
+	as it applies to the top-level makefiles and not
+	HotSpot.
+
 2010-09-19  Andrew John Hughes  <ahughes@redhat.com>
 
 	* Makefile.am:
--- a/Makefile.am	Mon Sep 20 00:18:57 2010 +0100
+++ b/Makefile.am	Mon Sep 20 20:48:54 2010 +0100
@@ -290,12 +290,12 @@
 	patches/openjdk/6510892-httpserver_test.patch \
 	patches/openjdk/6638712-wildcard_types.patch \
 	patches/openjdk/6650759-missing_inference.patch \
-	patches/numa_on_early_glibc.patch
+	patches/numa_on_early_glibc.patch \
+	patches/icedtea-shark-build.patch
 
 if !WITH_ALT_HSBUILD
 ICEDTEA_PATCHES += \
 	patches/shark_do_nothing_on_stub_frame.patch \
-	patches/icedtea-shark-build.patch \
 	patches/icedtea-shark-build-hotspot.patch \
 	patches/shark.patch \
 	patches/shark-debug-option.patch \