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

PROFILE_ARCH="xbox"
USE="mmx sse"
CPU_FLAGS_X86="mmx sse"

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