blob: 23d3fd2b894844a82664450667ca38e8c99f32fe (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
ARCH="x86-macos"
CHOST="i686-apple-darwin12"
ACCEPT_KEYWORDS="~x86-macos"
USE="mmx mmxext sse sse2"
CPU_FLAGS_X86="mmx mmxext sse sse2"
|