summaryrefslogtreecommitdiff
blob: 78d55164bb8142629f90f4e50dc8dc002573f47a (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

PROFILE_ARCH="xbox"
CPU_FLAGS_X86="mmx sse"

CFLAGS="-O2 -march=pentium3 -pipe"
CXXFLAGS="${CFLAGS}"
FFLAGS="${CFLAGS}"
FCFLAGS="${CFLAGS}"