changeset in /hg/icedtea6: 2008-04-08 Matthias Klose <doko at ubu...
doko at ubuntu.com
doko at ubuntu.com
Tue Apr 8 07:11:07 PDT 2008
changeset c8437bd435d8 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=c8437bd435d8
description:
2008-04-08 Matthias Klose <doko at ubuntu.com>
* patches/icedtea-text-relocations.patch: Use -fPIC on sparc/sparc64.
diffstat:
2 files changed, 5 insertions(+), 1 deletion(-)
ChangeLog | 4 ++++
patches/icedtea-text-relocations.patch | 2 +-
diffs (23 lines):
diff -r 8f5c92edd931 -r c8437bd435d8 ChangeLog
--- 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 Joshua Sumali <jsumali at redh
+2008-04-08 Matthias Klose <doko at ubuntu.com>
+
+ * patches/icedtea-text-relocations.patch: Use -fPIC on sparc/sparc64.
+
2008-04-08 Joshua Sumali <jsumali at redhat.com>
* generated/sun/awt/X11/generator/sizer.32: Regenerated.
diff -r 8f5c92edd931 -r c8437bd435d8 patches/icedtea-text-relocations.patch
--- 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
More information about the distro-pkg-dev
mailing list