summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-13 06:13:25 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-13 06:13:25 +0000
commit8061a623e1a22c22899ebccd386b8e121e6feeb3 (patch)
tree4d9a5d4d30b3213e8235220b20a38c3a90f2345f /eclass/gcc.eclass
parentStable on ppc64 (diff)
downloadhistorical-8061a623e1a22c22899ebccd386b8e121e6feeb3.tar.gz
historical-8061a623e1a22c22899ebccd386b8e121e6feeb3.tar.bz2
historical-8061a623e1a22c22899ebccd386b8e121e6feeb3.zip
officially deprecate
Diffstat (limited to 'eclass/gcc.eclass')
-rw-r--r--eclass/gcc.eclass5
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}