changeset in /hg/icedtea6: 2008-08-15 Matthias Klose <doko at ubu...

doko at ubuntu.com doko at ubuntu.com
Thu Aug 14 18:55:32 PDT 2008


changeset 994664294f98 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=994664294f98
description:
	2008-08-15  Matthias Klose  <doko at ubuntu.com>

	        * openjdk/hotspot/build/linux/makefiles/gcc.make: Build hotspot
	        with -fPIC on s390/s390x.

diffstat:

2 files changed, 6 insertions(+), 1 deletion(-)
ChangeLog                              |    5 +++++
patches/icedtea-text-relocations.patch |    2 +-

diffs (24 lines):

diff -r f8dc8a133c2a -r 994664294f98 ChangeLog
--- 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-14  Matthias Klose  <doko at ubuntu
+2008-08-15  Matthias Klose  <doko at ubuntu.com>
+
+	* openjdk/hotspot/build/linux/makefiles/gcc.make: Build hotspot
+	with -fPIC on s390/s390x.
+
 2008-08-14  Matthias Klose  <doko at ubuntu.com>
 
 	* patches/icedtea-jdk-use-ssize_t.patch: New.
diff -r f8dc8a133c2a -r 994664294f98 patches/icedtea-text-relocations.patch
--- 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



More information about the distro-pkg-dev mailing list