blob: 3a38bd918d51f40c7330acfa29bb5d57c5cf019b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
# multilib build stuff, single ABI (no multilib)
MULTILIB_ABIS="x86"
DEFAULT_ABI="x86"
ABI="x86"
IUSE_IMPLICIT="abi_x86_32"
LIBDIR_x86="lib"
# We use Clang, let it figure out what is the best to use
CFLAGS="-march=native"
|