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/sh | |
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/sh')
-rw-r--r-- | profiles/arch/sh/make.defaults | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/profiles/arch/sh/make.defaults b/profiles/arch/sh/make.defaults index 7c0fdec31b4c..4bc6924021dd 100644 --- a/profiles/arch/sh/make.defaults +++ b/profiles/arch/sh/make.defaults @@ -1,6 +1,6 @@ -# Copyright 1999-2011 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/sh/make.defaults,v 1.2 2011/11/17 01:14:25 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sh/make.defaults,v 1.3 2012/06/16 11:44:12 jlec Exp $ # Main SuperH profile @@ -10,6 +10,8 @@ ACCEPT_KEYWORDS="sh" CHOST="sh-unknown-linux-gnu" CFLAGS="-O2" CXXFLAGS="${CFLAGS}" +FFLAGS="${CFLAGS}" +FCFLAGS="${CFLAGS}" # Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> (16 Nov 2011) # Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value |