blob: d8b9d6d7cf1685ac18ad2e56c232f211b4b08dc8 (
plain)
1
2
3
4
5
6
7
8
9
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/xbox/make.defaults,v 1.1 2008/04/01 17:40:05 wolf31o2 Exp $
PROFILE_ARCH="xbox"
USE="mmx sse"
CFLAGS="-O2 -march=pentium3 -pipe"
CXXFLAGS="${CFLAGS}"
|