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 | 68d3af3f103c1f2b632dded5526ab24a6a778766 (patch) | |
tree | 40f787a63713f71ecf7db7fd568aee45973408a5 /profiles/default-linux | |
parent | Stable on SPARC wrt bug #93807. (diff) | |
download | historical-68d3af3f103c1f2b632dded5526ab24a6a778766.tar.gz historical-68d3af3f103c1f2b632dded5526ab24a6a778766.tar.bz2 historical-68d3af3f103c1f2b632dded5526ab24a6a778766.zip |
remove 970 references from CFLAGS, this is supposed to be generic!!
Diffstat (limited to 'profiles/default-linux')
-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" |