aboutsummaryrefslogtreecommitdiff
path: root/4.6.3
diff options
context:
space:
mode:
authorRyan Hill <rhill@gentoo.org>2012-04-28 01:02:26 +0000
committerRyan Hill <rhill@gentoo.org>2012-04-28 01:02:26 +0000
commitb315379f7715f8c808dc754eee24983369ab6f7a (patch)
tree2442b3454485bbdb0e15ef4b4d47eee33e6af937 /4.6.3
parentFix a typo in the piepatchset for gcc 4.6.3 (diff)
downloadgcc-patches-b315379f7715f8c808dc754eee24983369ab6f7a.tar.gz
gcc-patches-b315379f7715f8c808dc754eee24983369ab6f7a.tar.bz2
gcc-patches-b315379f7715f8c808dc754eee24983369ab6f7a.zip
Updated cloog patch comments, mark release.
Diffstat (limited to '4.6.3')
-rw-r--r--4.6.3/gentoo/74_all_gcc46_cloog-dl.patch8
-rw-r--r--4.6.3/gentoo/README.history2
2 files changed, 4 insertions, 6 deletions
diff --git a/4.6.3/gentoo/74_all_gcc46_cloog-dl.patch b/4.6.3/gentoo/74_all_gcc46_cloog-dl.patch
index 9e07501..36c40df 100644
--- a/4.6.3/gentoo/74_all_gcc46_cloog-dl.patch
+++ b/4.6.3/gentoo/74_all_gcc46_cloog-dl.patch
@@ -1,8 +1,6 @@
-When graphite support is enabled, C++ libraries (libppl, libcloog, libgmpxx,
-libstdc++-v3) are linked into cc1. Because of libstdc++ symbol versioning
-this has the unfortunate side effect of making it difficult to switch to a
-previous version of GCC using gcc-config once these libraries have be built
-with the newer version. (http://bugs.gentoo.org/315377#c3)
+When graphite support is enabled several extra libraries (libppl, libcloog,
+libgmpxx, libstdc++-v3) get linked into cc1. When these libs bump their soname we get
+a completely broken compiler.
Instead, dlopen libcloog as necessary. This patch originated in Fedora and
was modified to work on FreeBSD (http://bugs.gentoo.org/317211).
diff --git a/4.6.3/gentoo/README.history b/4.6.3/gentoo/README.history
index 7c8811a..0850761 100644
--- a/4.6.3/gentoo/README.history
+++ b/4.6.3/gentoo/README.history
@@ -1,4 +1,4 @@
-1.0 pending
+1.0 27 Apr 2012
+ 01_all_joined-cpp-defs.patch
+ 03_all_java-nomulti.patch
+ 08_all_cross-compile.patch