diff options
author | Joshua Kinard <kumba@gentoo.org> | 2004-11-27 01:26:36 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2004-11-27 01:26:36 +0000 |
commit | b35cab916939ab8c78e0136a298e3f5e723049e0 (patch) | |
tree | 96c00a0fa09f0cc2283d63676ac45bfaa0a4567d /sys-devel/gcc-sparc64/files | |
parent | mark stable on x86 (Manifest recommit) (diff) | |
download | gentoo-2-b35cab916939ab8c78e0136a298e3f5e723049e0.tar.gz gentoo-2-b35cab916939ab8c78e0136a298e3f5e723049e0.tar.bz2 gentoo-2-b35cab916939ab8c78e0136a298e3f5e723049e0.zip |
New rev of gcc-sparc64 the sparc64 kernel compiler.
Diffstat (limited to 'sys-devel/gcc-sparc64/files')
-rw-r--r-- | sys-devel/gcc-sparc64/files/digest-gcc-sparc64-3.3.5 | 1 | ||||
-rw-r--r-- | sys-devel/gcc-sparc64/files/gcc-3.3.5-gentoo-branding.patch | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/sys-devel/gcc-sparc64/files/digest-gcc-sparc64-3.3.5 b/sys-devel/gcc-sparc64/files/digest-gcc-sparc64-3.3.5 new file mode 100644 index 000000000000..9678fe79d93d --- /dev/null +++ b/sys-devel/gcc-sparc64/files/digest-gcc-sparc64-3.3.5 @@ -0,0 +1 @@ +MD5 70ee088b498741bb08c779f9617df3a5 gcc-3.3.5.tar.bz2 23833856 diff --git a/sys-devel/gcc-sparc64/files/gcc-3.3.5-gentoo-branding.patch b/sys-devel/gcc-sparc64/files/gcc-3.3.5-gentoo-branding.patch new file mode 100644 index 000000000000..509927a937bf --- /dev/null +++ b/sys-devel/gcc-sparc64/files/gcc-3.3.5-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.5"; ++const char version_string[] = "3.3.5 @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/>"; |