changeset 1019:994664294f98

2008-08-15 Matthias Klose <doko@ubuntu.com> * openjdk/hotspot/build/linux/makefiles/gcc.make: Build hotspot with -fPIC on s390/s390x.
author doko@ubuntu.com
date Fri, 15 Aug 2008 03:54:56 +0200
parents f8dc8a133c2a
children 60760430f24d
files ChangeLog patches/icedtea-text-relocations.patch
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Aug 14 22:43:19 2008 +0200
+++ b/ChangeLog	Fri Aug 15 03:54:56 2008 +0200
@@ -1,3 +1,8 @@
+2008-08-15  Matthias Klose  <doko@ubuntu.com>
+
+	* openjdk/hotspot/build/linux/makefiles/gcc.make: Build hotspot
+	with -fPIC on s390/s390x.
+
 2008-08-14  Matthias Klose  <doko@ubuntu.com>
 
 	* patches/icedtea-jdk-use-ssize_t.patch: New.
--- a/patches/icedtea-text-relocations.patch	Thu Aug 14 22:43:19 2008 +0200
+++ b/patches/icedtea-text-relocations.patch	Fri Aug 15 03:54:56 2008 +0200
@@ -4,7 +4,7 @@
  # Compiler flags
  
  # position-independent code
-+ifneq ($(filter ppc ppc64 sparc sparc64,$(ZERO_LIBARCH)),)
++ifneq ($(filter ppc ppc64 s390 s390x sparc sparc64,$(ZERO_LIBARCH)),)
  PICFLAG = -fPIC
 +else
 +PICFLAG = -fpic