diff options
author | Tom Gall <tgall@gentoo.org> | 2005-06-27 03:14:49 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2005-06-27 03:14:49 +0000 |
commit | 9acbea46bacc56fc6b1035e098a802764eb6e6a6 (patch) | |
tree | 57b619665cf1df96612ea089f5c69cd08dba3615 /profiles | |
parent | Stable on SPARC wrt bug #93807. (diff) | |
download | gentoo-2-9acbea46bacc56fc6b1035e098a802764eb6e6a6.tar.gz gentoo-2-9acbea46bacc56fc6b1035e098a802764eb6e6a6.tar.bz2 gentoo-2-9acbea46bacc56fc6b1035e098a802764eb6e6a6.zip |
remove 970 references from CFLAGS, this is supposed to be generic!!
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/ppc64/2005.0/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/default-linux/ppc64/2005.0/make.defaults b/profiles/default-linux/ppc64/2005.0/make.defaults index 34da00fdd78b..4b522dea0531 100644 --- a/profiles/default-linux/ppc64/2005.0/make.defaults +++ b/profiles/default-linux/ppc64/2005.0/make.defaults @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc64/2005.0/make.defaults,v 1.6 2005/06/19 19:57:29 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc64/2005.0/make.defaults,v 1.7 2005/06/27 03:14:49 tgall Exp $ ARCH="ppc64" ACCEPT_KEYWORDS="ppc64" CHOST="powerpc64-unknown-linux-gnu" -CFLAGS="-O2 -pipe -mtune=970 -mcpu=970" +CFLAGS="-O2 -pipe" CXXFLAGS=${CFLAGS} ACCEPT_KEYWORDS="ppc64" |