diff options
author | Tom Gall <tgall@gentoo.org> | 2004-02-17 04:27:57 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-02-17 04:27:57 +0000 |
commit | fb0479d614309f86566992a61460f9612257054c (patch) | |
tree | e009c172c0349272047d8ae5804da936e4ca1429 /sys-devel/gcc/files/3.3.3 | |
parent | version bump (diff) | |
download | historical-fb0479d614309f86566992a61460f9612257054c.tar.gz historical-fb0479d614309f86566992a61460f9612257054c.tar.bz2 historical-fb0479d614309f86566992a61460f9612257054c.zip |
cvs snapshot update for ppc64 to address ICE errors
Diffstat (limited to 'sys-devel/gcc/files/3.3.3')
-rw-r--r-- | sys-devel/gcc/files/3.3.3/gcc333_pre20040215-gentoo-branding.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sys-devel/gcc/files/3.3.3/gcc333_pre20040215-gentoo-branding.patch b/sys-devel/gcc/files/3.3.3/gcc333_pre20040215-gentoo-branding.patch new file mode 100644 index 000000000000..3831094a22c9 --- /dev/null +++ b/sys-devel/gcc/files/3.3.3/gcc333_pre20040215-gentoo-branding.patch @@ -0,0 +1,17 @@ +--- gcc-20040215/gcc/version.c.orig 2004-02-16 10:29:21.934005976 -0600 ++++ gcc-20040215/gcc/version.c 2004-02-16 10:31:24.478017312 -0600 +@@ -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-hammer 20040214 (prerelease)"; ++const char version_string[] = "3.3.3 (Gentoo Linux 3.3.3_pre20040215)"; + + /* 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 @@ + 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/>"; |