summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-06-25 19:22:00 +0000
committerMike Frysinger <vapier@gentoo.org>2003-06-25 19:22:00 +0000
commit436aa9605258bc21290715b40d24287f449b7072 (patch)
tree6914df8a85faed8b112401d874b3473c30d156f0 /eclass/gcc.eclass
parentFixed DEPEND. Closes #23473. (diff)
downloadhistorical-436aa9605258bc21290715b40d24287f449b7072.tar.gz
historical-436aa9605258bc21290715b40d24287f449b7072.tar.bz2
historical-436aa9605258bc21290715b40d24287f449b7072.zip
gcc.eclass uses gcc- funcs not gcc_
Diffstat (limited to 'eclass/gcc.eclass')
-rw-r--r--eclass/gcc.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gcc.eclass b/eclass/gcc.eclass
index 7b73d69c2a98..a813a7188d88 100644
--- a/eclass/gcc.eclass
+++ b/eclass/gcc.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gcc.eclass,v 1.12 2003/02/28 09:15:04 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gcc.eclass,v 1.13 2003/06/25 19:22:00 vapier Exp $
#
# Author: Martin Schlemmer <azarah@gentoo.org>
#
@@ -123,7 +123,7 @@ gcc-libstdcxx-major-version() {
# fixes.
#
# Export CFLAGS and CXXFLAGS that are compadible with gcc-2.95.3
-gcc2_flags() {
+gcc2-flags() {
CFLAGS=${CFLAGS//pentium-mmx/i586}
CFLAGS=${CFLAGS//pentium[234]/i686}
CFLAGS=${CFLAGS//k6-[23]/k6}