blob: ee8b3a1b64d3b869c01920a290f6c69b80adc04b (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/alpha/2007.0/make.defaults,v 1.2 2007/08/08 19:27:23 dev-zero Exp $
# We build stage1 against this
STAGE1_USE="nptl nptlonly unicode"
# These USE flags are what is common between the various sub-profiles. Stages 2
# and 3 are built against these, so be careful what you add.
USE="acl cups gdbm gpm nptl nptlonly unicode"
|