diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-08-14 01:26:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-08-14 01:26:05 +0000 |
commit | d6253d9c904f95242f78b2cb51f51922b22c1f8b (patch) | |
tree | 188d853102a9d037669abcb7e93bbe9316201097 /eclass/toolchain.eclass | |
parent | Version bump #330677. (diff) | |
download | historical-d6253d9c904f95242f78b2cb51f51922b22c1f8b.tar.gz historical-d6253d9c904f95242f78b2cb51f51922b22c1f8b.tar.bz2 historical-d6253d9c904f95242f78b2cb51f51922b22c1f8b.zip |
mention the gcc-upgrading guide for all versions #328043 by Jacob Godserv
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r-- | eclass/toolchain.eclass | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 1a2324f1f3a1..f5e64b94c307 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.437 2010/08/01 03:00:36 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.438 2010/08/14 01:26:05 vapier Exp $ # # Maintainer: Toolchain Ninjas <toolchain@gentoo.org> @@ -839,6 +839,10 @@ gcc-compiler_pkg_postinst() { ewarn "If you have issues with packages unable to locate libstdc++.la," ewarn "then try running 'fix_libtool_files.sh' on the old gcc versions." echo + ewarn "You might want to review the GCC upgrade guide when moving between" + ewarn "major versions (like 4.2 to 4.3):" + ewarn "http://www.gentoo.org/doc/en/gcc-upgrading.xml" + echo fi # If our gcc-config version doesn't like '-' in it's version string, @@ -856,10 +860,6 @@ gcc-compiler_pkg_postinst() { ewarn "when moving to gcc-3.4 from gcc-3.3, emerge gentoolkit and run:" ewarn " # revdep-rebuild --library libstdc++.so.5" echo - ewarn "For more information on the steps to take when upgrading " - ewarn "from gcc-3.3 please refer to: " - ewarn "http://www.gentoo.org/doc/en/gcc-upgrading.xml" - echo fi if ! is_crosscompile ; then |