blob: fde78ed9fe34bcdfa8534aa8719119b47bee79c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/features/32bit-native/make.defaults,v 1.1 2008/04/01 17:41:06 wolf31o2 Exp $
FEATURES="-multilib-strict"
USE="-gcc64"
STAGE1_USE="nptl nptlonly unicode"
MULTILIB_STRICT_DIRS=""
MULTILIB_STRICT_DENY=""
MULTILIB_STRICT_EXEMPT=""
|