summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/gcc/ChangeLog6
-rw-r--r--sys-devel/gcc/files/3.3.3/gcc-3.3.3-libiberty-pic.patch10
-rw-r--r--sys-devel/gcc/gcc-3.3.3-r6.ebuild4
3 files changed, 17 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog
index 6a135b402c88..533e2e592f6a 100644
--- a/sys-devel/gcc/ChangeLog
+++ b/sys-devel/gcc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-devel/gcc
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.262 2004/06/04 03:35:30 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.263 2004/06/04 14:41:56 tseng Exp $
+
+ 04 Jun 2004; Brandon Hale <tseng@gentoo.org>
+ +files/3.3.3/gcc-3.3.3-libiberty-pic.patch, gcc-3.3.3-r6.ebuild:
+ Readd missing libiberty-pic patch for gcc-3.3.3-r6
03 Jun 2004; Tom Gall <tgall@gentoo.org> gcc-3.4.0-r6.ebuild:
stable on ppc64
diff --git a/sys-devel/gcc/files/3.3.3/gcc-3.3.3-libiberty-pic.patch b/sys-devel/gcc/files/3.3.3/gcc-3.3.3-libiberty-pic.patch
new file mode 100644
index 000000000000..214c44bc4b2b
--- /dev/null
+++ b/sys-devel/gcc/files/3.3.3/gcc-3.3.3-libiberty-pic.patch
@@ -0,0 +1,10 @@
+--- libiberty/Makefile.in.mps 2004-05-13 15:53:17.000000000 +0200
++++ libiberty/Makefile.in 2004-05-13 15:52:53.000000000 +0200
+@@ -224,6 +224,7 @@ $(TARGETLIB): $(REQUIRED_OFILES) $(EXTRA
+ $(AR) $(AR_FLAGS) $(TARGETLIB) \
+ $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS); \
+ $(RANLIB) $(TARGETLIB); \
++ cp $(TARGETLIB) ../ ; \
+ cd ..; \
+ else true; fi
+
diff --git a/sys-devel/gcc/gcc-3.3.3-r6.ebuild b/sys-devel/gcc/gcc-3.3.3-r6.ebuild
index 39f4d3fe41fe..8ef7783942d4 100644
--- a/sys-devel/gcc/gcc-3.3.3-r6.ebuild
+++ b/sys-devel/gcc/gcc-3.3.3-r6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.3-r6.ebuild,v 1.1 2004/05/27 11:54:30 pappy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.3-r6.ebuild,v 1.2 2004/06/04 14:41:56 tseng Exp $
IUSE="static nls bootstrap java build X multilib gcj f77 objc pic hardened uclibc debug"
@@ -388,7 +388,7 @@ src_unpack() {
fi
# corrects text relocations in libiberty.a
- (use pic || use hardened) && epatch ${FILESDIR}/3.4.0/gcc-3.4-libiberty-pic.patch
+ (use pic || use hardened) && epatch ${FILESDIR}/3.3.3/gcc-3.3.3-libiberty-pic.patch
version_patch ${FILESDIR}/3.3.3/gcc333-gentoo-branding.patch \
"${BRANCH_UPDATE} (${release_version})" || die "Failed Branding"