diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-16 00:05:13 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-16 00:05:13 +0000 |
commit | 63732bbf721de6e5651adaed909d7c27d24b49f0 (patch) | |
tree | 437d8630a66b4132539401bb5b869e9237fa3b0a /sys-devel/gcc | |
parent | added RESTRICT=maketest, some examples seems to be not as good as they should be (diff) | |
download | gentoo-2-63732bbf721de6e5651adaed909d7c27d24b49f0.tar.gz gentoo-2-63732bbf721de6e5651adaed909d7c27d24b49f0.tar.bz2 gentoo-2-63732bbf721de6e5651adaed909d7c27d24b49f0.zip |
add patch for fbsd by spb
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-devel/gcc')
-rw-r--r-- | sys-devel/gcc/files/digest-gcc-3.4.4 | 2 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-3.4.4.ebuild | 7 |
2 files changed, 3 insertions, 6 deletions
diff --git a/sys-devel/gcc/files/digest-gcc-3.4.4 b/sys-devel/gcc/files/digest-gcc-3.4.4 index 674b659be11d..c949d9f89a86 100644 --- a/sys-devel/gcc/files/digest-gcc-3.4.4 +++ b/sys-devel/gcc/files/digest-gcc-3.4.4 @@ -1,6 +1,6 @@ MD5 b594ff4ea4fbef4ba9220887de713dfe gcc-3.4.4.tar.bz2 27565872 MD5 ca3387f40e4cfef56afe6f1f78f077e2 gcc-3.4.4-ssp-1.0.tar.bz2 31612 MD5 6153ceae3294678072ce3afcfb249d5f gcc-3.4.4-uclibc-patches-1.1.tar.bz2 26760 -MD5 3eca69723614d8f7944bdeb9c423db5e gcc-3.4.4-patches-1.2.tar.bz2 69068 +MD5 09bfd165fef4f3dd9475acc8e982dbdc gcc-3.4.4-patches-1.3.tar.bz2 42301 MD5 474718bd45586247a7937bed549d8562 gcc-3.4.4-piepatches-v8.7.8.tar.bz2 15514 MD5 d5da59b788f30b6e31488cdae51ca822 bounds-checking-gcc-3.4.4-1.00.patch.bz2 815608 diff --git a/sys-devel/gcc/gcc-3.4.4.ebuild b/sys-devel/gcc/gcc-3.4.4.ebuild index 49d08ceb9736..84df9b0a99b5 100644 --- a/sys-devel/gcc/gcc-3.4.4.ebuild +++ b/sys-devel/gcc/gcc-3.4.4.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.4.ebuild,v 1.21 2005/07/13 02:30:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.4.ebuild,v 1.22 2005/07/16 00:05:13 vapier Exp $ MAN_VER="" -PATCH_VER="1.2" +PATCH_VER="1.3" UCLIBC_VER="1.1" PIE_VER="8.7.8" PP_VER="1.0" @@ -97,9 +97,6 @@ src_unpack() { # Fix cross-compiling epatch "${FILESDIR}"/3.4.4/gcc-3.4.4-cross-compile.patch - # Newer AVR target processors - epatch "${FILESDIR}"/3.4.4/gcc-3.4_x-avr-news-devs2.patch - # Arch stuff case $(tc-arch) in mips) |