aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/arch/sparc-fbsd/make.defaults')
-rw-r--r--profiles/arch/sparc-fbsd/make.defaults10
1 files changed, 10 insertions, 0 deletions
diff --git a/profiles/arch/sparc-fbsd/make.defaults b/profiles/arch/sparc-fbsd/make.defaults
new file mode 100644
index 00000000..686df61d
--- /dev/null
+++ b/profiles/arch/sparc-fbsd/make.defaults
@@ -0,0 +1,10 @@
+# Copyright 2004-2009 Gentoo Foundation.
+# Distributed under the terms of the GNU General Public License, v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc-fbsd/make.defaults,v 1.1 2009/05/16 09:17:28 aballier Exp $
+# System-wide defaults for the G/FBSD Portage system
+
+ARCH="sparc-fbsd"
+CFLAGS="-O2 -pipe"
+CXXFLAGS="${CFLAGS}"
+
+ACCEPT_KEYWORDS="~sparc-fbsd sparc-fbsd"