aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/arch/x86-fbsd/make.defaults')
-rw-r--r--profiles/arch/x86-fbsd/make.defaults6
1 files changed, 4 insertions, 2 deletions
diff --git a/profiles/arch/x86-fbsd/make.defaults b/profiles/arch/x86-fbsd/make.defaults
index 1149e22c..b4ca3dbb 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"