diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2004-06-20 18:13:22 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2004-06-20 18:13:22 +0000 |
commit | 223f58f738692bc8cb4c785c8977455a11e81d5c (patch) | |
tree | f342d516a20570ca2450b2a8efff6f75342f8667 /sys-devel/gcc/files | |
parent | Added IUSE and metadata.xml (Manifest recommit) (diff) | |
download | gentoo-2-223f58f738692bc8cb4c785c8977455a11e81d5c.tar.gz gentoo-2-223f58f738692bc8cb4c785c8977455a11e81d5c.tar.bz2 gentoo-2-223f58f738692bc8cb4c785c8977455a11e81d5c.zip |
Update version. Add uclibc changes as from Ned Ludd (not sure who they from).
PIE support is for the moment disabled, and thus the '-*' in KEYWORDS
Closes bug #54321.
Diffstat (limited to 'sys-devel/gcc/files')
-rw-r--r-- | sys-devel/gcc/files/3.3.4/gcc334-gentoo-branding.patch | 18 | ||||
-rw-r--r-- | sys-devel/gcc/files/digest-gcc-3.3.4 | 4 |
2 files changed, 22 insertions, 0 deletions
diff --git a/sys-devel/gcc/files/3.3.4/gcc334-gentoo-branding.patch b/sys-devel/gcc/files/3.3.4/gcc334-gentoo-branding.patch new file mode 100644 index 000000000000..0c17a4f7ba4b --- /dev/null +++ b/sys-devel/gcc/files/3.3.4/gcc334-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.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/>"; diff --git a/sys-devel/gcc/files/digest-gcc-3.3.4 b/sys-devel/gcc/files/digest-gcc-3.3.4 new file mode 100644 index 000000000000..f56b651f9029 --- /dev/null +++ b/sys-devel/gcc/files/digest-gcc-3.3.4 @@ -0,0 +1,4 @@ +MD5 a1c267b34f05c8660b24251865614d8b gcc-3.3.4.tar.bz2 23331664 +MD5 18a5af8be484605fbb35da7325eb4d90 gcc-3.3.4-patches-1.0.tar.bz2 67416 +MD5 c24398a6d67954d467cbf2fc6c9dc3f9 protector-3.3.2-2.tar.gz 27258 +MD5 2b3242e9a55e26be57556c830c24825f gcc-3.3.4-manpages.tar.bz2 137301 |