changeset in /hg/icedtea6: 2009-03-21 Matthias Klose <doko at ubu...

doko at ubuntu.com doko at ubuntu.com
Sat Mar 21 02:13:53 PDT 2009


changeset 371412771066 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=371412771066
description:
	2009-03-21  Matthias Klose  <doko at ubuntu.com>

	        * patches/hotspot/*/icedtea-text-relocations.patch: Build hotspot
	        with -fPIC on alpha.

diffstat:

3 files changed, 7 insertions(+), 2 deletions(-)
ChangeLog                                               |    5 +++++
patches/hotspot/default/icedtea-text-relocations.patch  |    2 +-
patches/hotspot/original/icedtea-text-relocations.patch |    2 +-

diffs (36 lines):

diff -r 367b143c4238 -r 371412771066 ChangeLog
--- a/ChangeLog	Fri Mar 20 11:21:59 2009 -0400
+++ b/ChangeLog	Sat Mar 21 10:10:02 2009 +0100
@@ -1,3 +1,8 @@ 2009-03-21  Lillian Angel  <langel at redha
+2009-03-21  Matthias Klose  <doko at ubuntu.com>
+
+	* patches/hotspot/*/icedtea-text-relocations.patch: Build hotspot
+        with -fPIC on alpha.
+
 2009-03-21  Lillian Angel  <langel at redhat.com>
 
 	* patches/icedtea-lcms.patch: New patch.
diff -r 367b143c4238 -r 371412771066 patches/hotspot/default/icedtea-text-relocations.patch
--- a/patches/hotspot/default/icedtea-text-relocations.patch	Fri Mar 20 11:21:59 2009 -0400
+++ b/patches/hotspot/default/icedtea-text-relocations.patch	Sat Mar 21 10:10:02 2009 +0100
@@ -5,7 +5,7 @@ diff -Nru openjdk.orig/hotspot/make/linu
  # Compiler flags
  
  # position-independent code
-+ifneq ($(filter parisc ppc ppc64 s390 s390x sparc sparc64 sparcv9,$(ZERO_LIBARCH)),)
++ifneq ($(filter alpha parisc ppc ppc64 s390 s390x sparc sparc64 sparcv9,$(ZERO_LIBARCH)),)
  PICFLAG = -fPIC
 +else
 +PICFLAG = -fpic
diff -r 367b143c4238 -r 371412771066 patches/hotspot/original/icedtea-text-relocations.patch
--- a/patches/hotspot/original/icedtea-text-relocations.patch	Fri Mar 20 11:21:59 2009 -0400
+++ b/patches/hotspot/original/icedtea-text-relocations.patch	Sat Mar 21 10:10:02 2009 +0100
@@ -4,7 +4,7 @@
  # Compiler flags
  
  # position-independent code
-+ifneq ($(filter parisc ppc ppc64 s390 s390x sparc sparc64,$(ZERO_LIBARCH)),)
++ifneq ($(filter alpha parisc ppc ppc64 s390 s390x sparc sparc64,$(ZERO_LIBARCH)),)
  PICFLAG = -fPIC
 +else
 +PICFLAG = -fpic



More information about the distro-pkg-dev mailing list