diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-05-13 06:13:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-05-13 06:13:25 +0000 |
commit | d517ef2378cff69e273a26d96cf041cf61c18b49 (patch) | |
tree | 8d17e04ee6f0e0c05f74205b7dae7c85673fce4a /eclass | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-d517ef2378cff69e273a26d96cf041cf61c18b49.tar.gz gentoo-2-d517ef2378cff69e273a26d96cf041cf61c18b49.tar.bz2 gentoo-2-d517ef2378cff69e273a26d96cf041cf61c18b49.zip |
officially deprecate
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gcc.eclass | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/gcc.eclass b/eclass/gcc.eclass index d2f9d440b4bc..e4e1b1186b81 100644 --- a/eclass/gcc.eclass +++ b/eclass/gcc.eclass @@ -1,10 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gcc.eclass,v 1.18 2004/10/21 00:51:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gcc.eclass,v 1.19 2005/05/13 06:13:25 vapier Exp $ # STOP USING THIS ECLASS # PLEASE TRANSITION TO TOOLCHAIN-FUNCS.ECLASS +ewarn "Please upgrade your package to use toolchain-funcs.eclass" # Author: Martin Schlemmer <azarah@gentoo.org> @@ -114,6 +115,8 @@ gcc-libstdcxx-major-version() { # # Export CFLAGS and CXXFLAGS that are compadible with gcc-2.95.3 gcc2-flags() { + ewarn "Please upgrade your package to use flag-o-matic.eclass" + CFLAGS=${CFLAGS//pentium-mmx/i586} CFLAGS=${CFLAGS//pentium[234]/i686} CFLAGS=${CFLAGS//k6-[23]/k6} |