diff options
author | Guy Martin <gmsoft@gentoo.org> | 2004-01-03 18:49:19 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2004-01-03 18:49:19 +0000 |
commit | 98aaf34087d13926b4b586e343fb1e76bbe4c91c (patch) | |
tree | 3a0b40c0499d09857c48ce1525963863df974802 /sys-devel/gcc-hppa64/files | |
parent | more dep fixes (diff) | |
download | gentoo-2-98aaf34087d13926b4b586e343fb1e76bbe4c91c.tar.gz gentoo-2-98aaf34087d13926b4b586e343fb1e76bbe4c91c.tar.bz2 gentoo-2-98aaf34087d13926b4b586e343fb1e76bbe4c91c.zip |
Added gcc-hppa64 dir
Diffstat (limited to 'sys-devel/gcc-hppa64/files')
-rw-r--r-- | sys-devel/gcc-hppa64/files/digest-gcc-hppa64-3.3.2 | 1 | ||||
-rw-r--r-- | sys-devel/gcc-hppa64/files/gcc-3.3.2-gentoo-branding.patch | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/sys-devel/gcc-hppa64/files/digest-gcc-hppa64-3.3.2 b/sys-devel/gcc-hppa64/files/digest-gcc-hppa64-3.3.2 new file mode 100644 index 000000000000..77fbcb74b416 --- /dev/null +++ b/sys-devel/gcc-hppa64/files/digest-gcc-hppa64-3.3.2 @@ -0,0 +1 @@ +MD5 65999f654102f5438ac8562d13a6eced gcc-3.3.2.tar.bz2 23585904 diff --git a/sys-devel/gcc-hppa64/files/gcc-3.3.2-gentoo-branding.patch b/sys-devel/gcc-hppa64/files/gcc-3.3.2-gentoo-branding.patch new file mode 100644 index 000000000000..d3b34c72ab66 --- /dev/null +++ b/sys-devel/gcc-hppa64/files/gcc-3.3.2-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.2"; ++const char version_string[] = "3.3.2 @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/>"; |