From 98aaf34087d13926b4b586e343fb1e76bbe4c91c Mon Sep 17 00:00:00 2001 From: Guy Martin Date: Sat, 3 Jan 2004 18:49:19 +0000 Subject: Added gcc-hppa64 dir --- sys-devel/gcc-hppa64/files/digest-gcc-hppa64-3.3.2 | 1 + .../gcc-hppa64/files/gcc-3.3.2-gentoo-branding.patch | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 sys-devel/gcc-hppa64/files/digest-gcc-hppa64-3.3.2 create mode 100644 sys-devel/gcc-hppa64/files/gcc-3.3.2-gentoo-branding.patch (limited to 'sys-devel/gcc-hppa64/files') 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[] = ""; ++const char bug_report_url[] = ""; -- cgit v1.2.3-65-gdbad