diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-06-16 11:44:13 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-06-16 11:44:13 +0000 |
commit | e000cc58f0400c9087fb6a0f944c5c25ed1c1fcf (patch) | |
tree | 747ffbb14f5d600bb69f5ca3b34c9aee25795613 /profiles/arch/powerpc/ppc32 | |
parent | Version bump, drop old. (diff) | |
download | historical-e000cc58f0400c9087fb6a0f944c5c25ed1c1fcf.tar.gz historical-e000cc58f0400c9087fb6a0f944c5c25ed1c1fcf.tar.bz2 historical-e000cc58f0400c9087fb6a0f944c5c25ed1c1fcf.zip |
Set default values of FFLAGS and FCFLAGS to profiles default CFLAGS, equally as CXXFLAGS handling
Diffstat (limited to 'profiles/arch/powerpc/ppc32')
-rw-r--r-- | profiles/arch/powerpc/ppc32/make.defaults | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/profiles/arch/powerpc/ppc32/make.defaults b/profiles/arch/powerpc/ppc32/make.defaults index 67bdbe40a996..630d0e7471b1 100644 --- a/profiles/arch/powerpc/ppc32/make.defaults +++ b/profiles/arch/powerpc/ppc32/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc32/make.defaults,v 1.3 2012/05/15 17:32:56 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc32/make.defaults,v 1.4 2012/06/16 11:44:12 jlec Exp $ # All extra USE/etc should be specified in sub-profiles. # DO NOT POLLUTE USE ON THIS PROFILE. @@ -11,6 +11,8 @@ ACCEPT_KEYWORDS="ppc" CHOST="powerpc-unknown-linux-gnu" CFLAGS="-O2 -pipe" CXXFLAGS="${CFLAGS}" +FFLAGS="${CFLAGS}" +FCFLAGS="${CFLAGS}" # 2006/08/18 - Donnie Berkholz <dberkholz@gentoo.org> # Defaults for video drivers |