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/x86-fbsd | |
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/x86-fbsd')
-rw-r--r-- | profiles/arch/x86-fbsd/make.defaults | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/profiles/arch/x86-fbsd/make.defaults b/profiles/arch/x86-fbsd/make.defaults index 1149e22cb1ba..b4ca3dbbaef4 100644 --- a/profiles/arch/x86-fbsd/make.defaults +++ b/profiles/arch/x86-fbsd/make.defaults @@ -1,11 +1,13 @@ -# Copyright 2004-2009 Gentoo Foundation. +# Copyright 1999-2012 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86-fbsd/make.defaults,v 1.3 2009/12/13 21:45:30 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86-fbsd/make.defaults,v 1.4 2012/06/16 11:44:13 jlec Exp $ # System-wide defaults for the G/FBSD Portage system ARCH="x86-fbsd" CFLAGS="-march=i486 -O2 -pipe" CXXFLAGS="${CFLAGS}" +FFLAGS="${CFLAGS}" +FCFLAGS="${CFLAGS}" ACCEPT_KEYWORDS="x86-fbsd ~x86-fbsd" |