summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-06-16 11:44:13 +0000
committerJustin Lecher <jlec@gentoo.org>2012-06-16 11:44:13 +0000
commit5e3f5ead7bb15a1f4465c5d8b76f77560ea846c8 (patch)
tree5ae12ba5c3676ae2847f3972aae22384ef2b6843 /profiles/arch/sh
parentVersion bump, drop old. (diff)
downloadgentoo-2-5e3f5ead7bb15a1f4465c5d8b76f77560ea846c8.tar.gz
gentoo-2-5e3f5ead7bb15a1f4465c5d8b76f77560ea846c8.tar.bz2
gentoo-2-5e3f5ead7bb15a1f4465c5d8b76f77560ea846c8.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.defaults6
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