summaryrefslogtreecommitdiff
path: root/profiles/arch/x86/xbox/make.defaults
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/arch/x86/xbox/make.defaults')
-rw-r--r--profiles/arch/x86/xbox/make.defaults10
1 files changed, 10 insertions, 0 deletions
diff --git a/profiles/arch/x86/xbox/make.defaults b/profiles/arch/x86/xbox/make.defaults
new file mode 100644
index 000000000000..77e30c62110c
--- /dev/null
+++ b/profiles/arch/x86/xbox/make.defaults
@@ -0,0 +1,10 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+PROFILE_ARCH="xbox"
+CPU_FLAGS_X86="mmx sse"
+
+CFLAGS="-O2 -march=pentium3 -pipe"
+CXXFLAGS="${CFLAGS}"
+FFLAGS="${CFLAGS}"
+FCFLAGS="${CFLAGS}"