diff options
author | Sven Wegener <swegener@gentoo.org> | 2006-10-14 20:27:21 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2006-10-14 20:27:21 +0000 |
commit | 0372ecc500e416611bd0640c07dd9b4d5d18cafe (patch) | |
tree | c9159886d91bd1beb7685866a94dc0c00dece5fa /eclass/flag-o-matic.eclass | |
parent | Mark 3.1.5-r2 stable on ia64 (diff) | |
download | gentoo-2-0372ecc500e416611bd0640c07dd9b4d5d18cafe.tar.gz gentoo-2-0372ecc500e416611bd0640c07dd9b4d5d18cafe.tar.bz2 gentoo-2-0372ecc500e416611bd0640c07dd9b4d5d18cafe.zip |
Apply whitespace checks from repoman to eclasses.
Diffstat (limited to 'eclass/flag-o-matic.eclass')
-rw-r--r-- | eclass/flag-o-matic.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass index 2c7468cafbbb..b6f6d8fa58d3 100644 --- a/eclass/flag-o-matic.eclass +++ b/eclass/flag-o-matic.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.110 2006/08/01 00:49:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.111 2006/10/14 20:27:21 swegener Exp $ # # Maintainer: base-system@gentoo.org @@ -528,7 +528,7 @@ replace-sparc64-flags() { CFLAGS="${CFLAGS/-mcpu=${x}/-mcpu=v8}" done else - for x in ${SPARC64_CPUS}; do + for x in ${SPARC64_CPUS}; do CFLAGS="${CFLAGS/-mcpu=${x}/-mcpu=v8 -mtune=${x}}" done fi @@ -538,7 +538,7 @@ replace-sparc64-flags() { CXXFLAGS="${CXXFLAGS/-mcpu=${x}/-mcpu=v8}" done else - for x in ${SPARC64_CPUS}; do + for x in ${SPARC64_CPUS}; do CXXFLAGS="${CXXFLAGS/-mcpu=${x}/-mcpu=v8 -mtune=${x}}" done fi |