summaryrefslogtreecommitdiff
path: root/profiles/arch/x86/xbox/make.defaults
blob: 77e30c62110c0523c61c05fbd89078a64cf433bf (plain)
1
2
3
4
5
6
7
8
9
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}"