diff options
Diffstat (limited to 'profiles/arch/sh/make.defaults')
-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 |