summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Kinard <kumba@gentoo.org>2004-02-18 10:04:32 +0000
committerJoshua Kinard <kumba@gentoo.org>2004-02-18 10:04:32 +0000
commit93bf8b3b5a36ee535f624dd722ca01cbe86acb60 (patch)
tree8913a2e44a1f4a36b5d6fd553bdd19c4e03ad4a6 /sys-devel/gcc-mips64/files
parentVersion bumped. (diff)
downloadhistorical-93bf8b3b5a36ee535f624dd722ca01cbe86acb60.tar.gz
historical-93bf8b3b5a36ee535f624dd722ca01cbe86acb60.tar.bz2
historical-93bf8b3b5a36ee535f624dd722ca01cbe86acb60.zip
New gcc-3.3.3 release (on 20040214) and also includes a 20040217 branch update to match the system compiler.
Diffstat (limited to 'sys-devel/gcc-mips64/files')
-rw-r--r--sys-devel/gcc-mips64/files/digest-gcc-mips64-3.3.32
-rw-r--r--sys-devel/gcc-mips64/files/gcc-3.3.3-gentoo-branding.patch18
2 files changed, 20 insertions, 0 deletions
diff --git a/sys-devel/gcc-mips64/files/digest-gcc-mips64-3.3.3 b/sys-devel/gcc-mips64/files/digest-gcc-mips64-3.3.3
new file mode 100644
index 000000000000..026725d71282
--- /dev/null
+++ b/sys-devel/gcc-mips64/files/digest-gcc-mips64-3.3.3
@@ -0,0 +1,2 @@
+MD5 3c6cfd9fcd180481063b4058cf6faff2 gcc-3.3.3.tar.bz2 23279245
+MD5 c6f0f4baae3ef904ba8886d7ef99938d gcc-3.3.3-branch-update-20040217.patch.bz2 150987
diff --git a/sys-devel/gcc-mips64/files/gcc-3.3.3-gentoo-branding.patch b/sys-devel/gcc-mips64/files/gcc-3.3.3-gentoo-branding.patch
new file mode 100644
index 000000000000..fc25bf5e8c37
--- /dev/null
+++ b/sys-devel/gcc-mips64/files/gcc-3.3.3-gentoo-branding.patch
@@ -0,0 +1,18 @@
+diff -Naurp gcc-3.3.orig/gcc/version.c gcc-3.3/gcc/version.c
+--- gcc-3.3.orig/gcc/version.c 2003-05-13 17:26:03.000000000 -0400
++++ gcc-3.3/gcc/version.c 2003-05-16 14:35:08.000000000 -0400
+@@ -6,7 +6,7 @@
+ please modify this string to indicate that, e.g. by putting your
+ organization's name in parentheses at the end of the string. */
+
+-const char version_string[] = "3.3.3";
++const char version_string[] = "3.3.3 @GENTOO@";
+
+ /* This is the location of the online document giving instructions for
+ reporting bugs. If you distribute a modified version of GCC,
+@@ -15,4 +15,4 @@ const char version_string[] = "3.3";
+ forward us bugs reported to you, if you determine that they are
+ not bugs in your modifications.) */
+
+-const char bug_report_url[] = "<URL:http://gcc.gnu.org/bugs.html>";
++const char bug_report_url[] = "<URL:http://bugs.gentoo.org/>";