aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/arch/s390/make.defaults')
-rw-r--r--profiles/arch/s390/make.defaults12
1 files changed, 12 insertions, 0 deletions
diff --git a/profiles/arch/s390/make.defaults b/profiles/arch/s390/make.defaults
new file mode 100644
index 00000000..d9d2574b
--- /dev/null
+++ b/profiles/arch/s390/make.defaults
@@ -0,0 +1,12 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/s390/make.defaults,v 1.1 2008/04/01 17:40:02 wolf31o2 Exp $
+
+ARCH="s390"
+ACCEPT_KEYWORDS="s390"
+
+CHOST="s390-ibm-linux-gnu"
+CFLAGS="-O2 -pipe"
+CXXFLAGS="${CFLAGS}"
+
+USE="fbcon"