changeset 1446:371412771066

2009-03-21 Matthias Klose <doko@ubuntu.com> * patches/hotspot/*/icedtea-text-relocations.patch: Build hotspot with -fPIC on alpha.
author doko@ubuntu.com
date Sat, 21 Mar 2009 10:10:02 +0100
parents 367b143c4238
children 62a746a17ffa
files ChangeLog patches/hotspot/default/icedtea-text-relocations.patch patches/hotspot/original/icedtea-text-relocations.patch
diffstat 3 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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  Matthias Klose  <doko@ubuntu.com>
+
+	* patches/hotspot/*/icedtea-text-relocations.patch: Build hotspot
+        with -fPIC on alpha.
+
 2009-03-21  Lillian Angel  <langel@redhat.com>
 
 	* patches/icedtea-lcms.patch: New 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 @@
  # 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
--- 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