diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2003-07-20 18:42:47 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2003-07-20 18:42:47 +0000 |
commit | 67a79c6ea271ec908da92bcb0733732f060de308 (patch) | |
tree | f0df096defcc3ab446e1ca17921764c945e4a851 /sys-devel/gcc/files/3.3 | |
parent | saving some bandwidth (diff) | |
download | historical-67a79c6ea271ec908da92bcb0733732f060de308.tar.gz historical-67a79c6ea271ec908da92bcb0733732f060de308.tar.bz2 historical-67a79c6ea271ec908da92bcb0733732f060de308.zip |
*gcc-3.3-r1 (20 Jul 2003)
20 Jul 2003; Martin Schlemmer <azarah@gentoo.org> gcc-3.3-r1.ebuild,
files/3.3/gcc33-coreutils-compat.patch.bz2,
files/3.3/gcc33-gentoo-branding-1.patch:
New version that rather use the gcc-3_3-rhl-branch branch. Also add
gcc33-coreutils-compat.patch.bz2 to call head/tail corretly as needed
by coreutils-5.0.
20 Jul 2003; Martin Schlemmer <azarah@gentoo.org> gcc-3.3.ebulid,
files/3.3/gcc33-no-multilib-amd64.patch:
Cleanup amd64 support to rather use a patch. From Olivier Crete
<tester@gentoo.org>.
20 Jul 2003; Martin Schlemmer <azarah@gentoo.org> gcc-3.2.3-r1.ebuild,
files/3.2.3/gcc-3.2.3-mergel-fix.patch:
There exists a bug in the ebuild patched gcc that prevents hppa from getting
build because of default_assemble_visibility is not compiled. Patch done by
Alexander Gabert <pappy@nikita.ath.cx>.
Diffstat (limited to 'sys-devel/gcc/files/3.3')
-rw-r--r-- | sys-devel/gcc/files/3.3/gcc33-coreutils-compat.patch.bz2 | bin | 0 -> 3462 bytes | |||
-rw-r--r-- | sys-devel/gcc/files/3.3/gcc33-gentoo-branding-1.patch | 18 | ||||
-rw-r--r-- | sys-devel/gcc/files/3.3/gcc33-no-multilib-amd64.patch | 11 | ||||
-rw-r--r-- | sys-devel/gcc/files/3.3/gcc33-propolice-version.patch | 5 |
4 files changed, 31 insertions, 3 deletions
diff --git a/sys-devel/gcc/files/3.3/gcc33-coreutils-compat.patch.bz2 b/sys-devel/gcc/files/3.3/gcc33-coreutils-compat.patch.bz2 Binary files differnew file mode 100644 index 000000000000..5d4ca55ac9e1 --- /dev/null +++ b/sys-devel/gcc/files/3.3/gcc33-coreutils-compat.patch.bz2 diff --git a/sys-devel/gcc/files/3.3/gcc33-gentoo-branding-1.patch b/sys-devel/gcc/files/3.3/gcc33-gentoo-branding-1.patch new file mode 100644 index 000000000000..243b37e1e78f --- /dev/null +++ b/sys-devel/gcc/files/3.3/gcc33-gentoo-branding-1.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"; ++const char version_string[] = "3.3 @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/>"; diff --git a/sys-devel/gcc/files/3.3/gcc33-no-multilib-amd64.patch b/sys-devel/gcc/files/3.3/gcc33-no-multilib-amd64.patch new file mode 100644 index 000000000000..dce10d4e4fa9 --- /dev/null +++ b/sys-devel/gcc/files/3.3/gcc33-no-multilib-amd64.patch @@ -0,0 +1,11 @@ +--- gcc/config/i386/t-linux64.orig 2003-06-28 00:19:59.000000000 +0000 ++++ gcc/config/i386/t-linux64 2003-06-28 00:20:07.000000000 +0000 +@@ -6,7 +6,7 @@ + + MULTILIB_OPTIONS = m64/m32 + MULTILIB_DIRNAMES = 64 32 +-MULTILIB_OSDIRNAMES = ../lib64 ../lib ++MULTILIB_OSDIRNAMES = . ../lib + + LIBGCC = stmp-multilib + INSTALL_LIBGCC = install-multilib diff --git a/sys-devel/gcc/files/3.3/gcc33-propolice-version.patch b/sys-devel/gcc/files/3.3/gcc33-propolice-version.patch index 5dc85b50a51f..9470660974f0 100644 --- a/sys-devel/gcc/files/3.3/gcc33-propolice-version.patch +++ b/sys-devel/gcc/files/3.3/gcc33-propolice-version.patch @@ -1,6 +1,5 @@ -diff -Narup gcc-3.3.orig/gcc/version.c gcc-3.3/gcc/version.c ---- gcc-3.3.orig/gcc/version.c 2003-05-13 23:26:03.000000000 +0200 -+++ gcc-3.3/gcc/version.c 2003-05-15 17:51:13.000000000 +0200 +--- gcc-3.3/gcc/version.c.orig 2003-06-29 23:45:02.000000000 +0200 ++++ gcc-3.3/gcc/version.c 2003-06-29 23:44:49.000000000 +0200 @@ -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. */ |