changeset 2348:48e9cd4206ad

patch doesn't apply anymore, set the env var DISABLE_PRECOMPILED_HEADER to an non-empty value instead, for not using the precompiled header file. 2010-09-09 Matthias Klose <doko@ubuntu.com> * patches/hotspot/default/icedtea-no-precompiled.patch: Remove.
author doko@ubuntu.com
date Thu, 09 Sep 2010 17:56:38 +0200
parents 24c32ab62605
children ad2ccd203c51
files ChangeLog patches/hotspot/default/icedtea-no-precompiled.patch
diffstat 2 files changed, 4 insertions(+), 32 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Sep 07 23:34:25 2010 +0100
+++ b/ChangeLog	Thu Sep 09 17:56:38 2010 +0200
@@ -1,3 +1,7 @@
+2010-09-09  Matthias Klose  <doko@ubuntu.com>
+
+	* patches/hotspot/default/icedtea-no-precompiled.patch: Remove.
+
 2010-09-07  Andrew John Hughes  <ahughes@redhat.com>
 
 	* patches/icedtea-6977640.patch: Dropped.
--- a/patches/hotspot/default/icedtea-no-precompiled.patch	Tue Sep 07 23:34:25 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,0 @@
---- openjdk/hotspot/make/linux/makefiles/gcc.make.orig	2009-01-04 13:51:38.000000000 +0000
-+++ openjdk/hotspot/make/linux/makefiles/gcc.make	2009-01-04 13:53:34.000000000 +0000
-@@ -34,13 +34,6 @@
- CC_VER_MAJOR := $(shell $(CC) -dumpversion | sed 's/egcs-//' | cut -d'.' -f1)
- CC_VER_MINOR := $(shell $(CC) -dumpversion | sed 's/egcs-//' | cut -d'.' -f2)
- 
--# check for precompiled headers support
--ifneq "$(shell expr \( $(CC_VER_MAJOR) \> 3 \) \| \( \( $(CC_VER_MAJOR) = 3 \) \& \( $(CC_VER_MINOR) \>= 4 \) \))" "0"
--USE_PRECOMPILED_HEADER=1
--PRECOMPILED_HEADER_DIR=.
--PRECOMPILED_HEADER=$(PRECOMPILED_HEADER_DIR)/incls/_precompiled.incl.gch
--endif
--
- 
- #------------------------------------------------------------------------
- # Compiler flags
---- openjdk/hotspot/make/solaris/makefiles/gcc.make.orig	2009-01-04 14:44:12.000000000 +0000
-+++ openjdk/hotspot/make/solaris/makefiles/gcc.make	2009-01-04 17:06:50.000000000 +0000
-@@ -45,13 +45,6 @@
- $(shell $(CC) -dumpversion | sed 's/egcs-//' | cut -d'.' -f2)
- 
- 
--# check for precompiled headers support
--ifneq "$(shell expr \( $(CC_VER_MAJOR) \> 3 \) \| \( \( $(CC_VER_MAJOR) = 3 \) \& \( $(CC_VER_MINOR) \>= 4 \) \))" "0"
--USE_PRECOMPILED_HEADER=1
--PRECOMPILED_HEADER_DIR=.
--PRECOMPILED_HEADER=$(PRECOMPILED_HEADER_DIR)/incls/_precompiled.incl.gch
--endif
--
- 
- #------------------------------------------------------------------------
- # Compiler flags