diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-06-08 00:46:56 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-06-08 00:46:56 +0000 |
commit | 05758770489a9c386f0d613786075bad288681e2 (patch) | |
tree | 033827b4ac8d58f46ea810bb5664e8681fbd92ab /sys-devel/gcc-sparc64/files | |
parent | Fixed digest, bug #95397. (diff) | |
download | gentoo-2-05758770489a9c386f0d613786075bad288681e2.tar.gz gentoo-2-05758770489a9c386f0d613786075bad288681e2.tar.bz2 gentoo-2-05758770489a9c386f0d613786075bad288681e2.zip |
New and shiny release
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-devel/gcc-sparc64/files')
-rw-r--r-- | sys-devel/gcc-sparc64/files/digest-gcc-sparc64-3.3.6 | 1 | ||||
-rw-r--r-- | sys-devel/gcc-sparc64/files/gcc-3.3.6-gentoo-branding.patch | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/sys-devel/gcc-sparc64/files/digest-gcc-sparc64-3.3.6 b/sys-devel/gcc-sparc64/files/digest-gcc-sparc64-3.3.6 new file mode 100644 index 000000000000..9d58c1ef93ca --- /dev/null +++ b/sys-devel/gcc-sparc64/files/digest-gcc-sparc64-3.3.6 @@ -0,0 +1 @@ +MD5 6936616a967da5a0b46f1e7424a06414 gcc-3.3.6.tar.bz2 23972413 diff --git a/sys-devel/gcc-sparc64/files/gcc-3.3.6-gentoo-branding.patch b/sys-devel/gcc-sparc64/files/gcc-3.3.6-gentoo-branding.patch new file mode 100644 index 000000000000..c2177a3fc751 --- /dev/null +++ b/sys-devel/gcc-sparc64/files/gcc-3.3.6-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.6"; ++const char version_string[] = "3.3.6 @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/>"; |