diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-21 00:51:14 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-21 00:51:14 +0000 |
commit | 2655569f49113c82fec6db0144a7e5c9f27be787 (patch) | |
tree | 6740275edd36b2f28dad9c83a2b83c4217644e62 /eclass | |
parent | mask new autoconf work (diff) | |
download | historical-2655569f49113c82fec6db0144a7e5c9f27be787.tar.gz historical-2655569f49113c82fec6db0144a7e5c9f27be787.tar.bz2 historical-2655569f49113c82fec6db0144a7e5c9f27be787.zip |
add deprecation notice
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gcc.eclass | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/eclass/gcc.eclass b/eclass/gcc.eclass index 7ddd48cb347c..d2f9d440b4bc 100644 --- a/eclass/gcc.eclass +++ b/eclass/gcc.eclass @@ -1,7 +1,12 @@ # 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.17 2004/09/15 23:10:21 kugelfang Exp $ -# +# $Header: /var/cvsroot/gentoo-x86/eclass/gcc.eclass,v 1.18 2004/10/21 00:51:14 vapier Exp $ + + +# STOP USING THIS ECLASS +# PLEASE TRANSITION TO TOOLCHAIN-FUNCS.ECLASS + + # Author: Martin Schlemmer <azarah@gentoo.org> # # This eclass contains (or should) functions to get common info about gcc |