diff options
author | Joshua Kinard <kumba@gentoo.org> | 2004-07-22 08:07:17 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2004-07-22 08:07:17 +0000 |
commit | 18d907a03099ed38aeaa993a4e999af303722609 (patch) | |
tree | 15cf216e5dd7c17bdb4d58d43a75a5aa0b8a18a5 /sys-devel/gcc-sparc64/files | |
parent | Added myself as package maintainer, fixing configure, closes bug #57831 (diff) | |
download | gentoo-2-18d907a03099ed38aeaa993a4e999af303722609.tar.gz gentoo-2-18d907a03099ed38aeaa993a4e999af303722609.tar.bz2 gentoo-2-18d907a03099ed38aeaa993a4e999af303722609.zip |
Added ebuild for 3.3.4 version of sparc64 compiler.
Diffstat (limited to 'sys-devel/gcc-sparc64/files')
-rw-r--r-- | sys-devel/gcc-sparc64/files/digest-gcc-sparc64-3.3.4 | 2 | ||||
-rw-r--r-- | sys-devel/gcc-sparc64/files/gcc-3.3.4-gentoo-branding.patch | 18 |
2 files changed, 20 insertions, 0 deletions
diff --git a/sys-devel/gcc-sparc64/files/digest-gcc-sparc64-3.3.4 b/sys-devel/gcc-sparc64/files/digest-gcc-sparc64-3.3.4 new file mode 100644 index 000000000000..fbbc8d944089 --- /dev/null +++ b/sys-devel/gcc-sparc64/files/digest-gcc-sparc64-3.3.4 @@ -0,0 +1,2 @@ +MD5 a1c267b34f05c8660b24251865614d8b gcc-3.3.4.tar.bz2 23331664 +MD5 a9edaf4e17cc4e91db9804caf8ee56c3 gcc-3.3.4-branch-update-20040623.patch.bz2 250809 diff --git a/sys-devel/gcc-sparc64/files/gcc-3.3.4-gentoo-branding.patch b/sys-devel/gcc-sparc64/files/gcc-3.3.4-gentoo-branding.patch new file mode 100644 index 000000000000..e2caf9b0218b --- /dev/null +++ b/sys-devel/gcc-sparc64/files/gcc-3.3.4-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.4"; ++const char version_string[] = "3.3.4 @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/>"; |