changeset 804:c8437bd435d8

2008-04-08 Matthias Klose <doko@ubuntu.com> * patches/icedtea-text-relocations.patch: Use -fPIC on sparc/sparc64.
author doko@ubuntu.com
date Tue, 08 Apr 2008 16:11:16 +0200
parents 8f5c92edd931
children 4811f10b1d69
files ChangeLog patches/icedtea-text-relocations.patch
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Apr 08 09:37:00 2008 -0400
+++ b/ChangeLog	Tue Apr 08 16:11:16 2008 +0200
@@ -1,3 +1,7 @@
+2008-04-08  Matthias Klose  <doko@ubuntu.com>
+
+	* patches/icedtea-text-relocations.patch: Use -fPIC on sparc/sparc64.
+
 2008-04-08  Joshua Sumali  <jsumali@redhat.com>
 
 	* generated/sun/awt/X11/generator/sizer.32: Regenerated.
--- a/patches/icedtea-text-relocations.patch	Tue Apr 08 09:37:00 2008 -0400
+++ b/patches/icedtea-text-relocations.patch	Tue Apr 08 16:11:16 2008 +0200
@@ -4,7 +4,7 @@
  # Compiler flags
  
  # position-independent code
-+ifneq ($(filter ppc ppc64,$(ZERO_LIBARCH)),)
++ifneq ($(filter ppc ppc64 sparc sparc64,$(ZERO_LIBARCH)),)
  PICFLAG = -fPIC
 +else
 +PICFLAG = -fpic