blob: a0773983a06ae7732aea7ba3130f0e8bf6e51c82 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/make.defaults,v 1.14 2006/09/06 05:29:36 dberkholz Exp $
# All extra USE/etc should be specified in sub-profiles.
# DO NOT POLLUTE USE ON THIS PROFILE.
ARCH="x86"
ACCEPT_KEYWORDS="x86"
CHOST="i686-pc-linux-gnu"
CFLAGS="-O2 -mcpu=i686 -pipe"
CXXFLAGS="${CFLAGS}"
FEATURES="sandbox sfperms"
USE="berkdb crypt ipv6 ncurses nls pam perl python readline ssl tcpd zlib"
# 2006/08/18 - Donnie Berkholz <dberkholz@gentoo.org>
# Defaults for video drivers
VIDEO_CARDS="apm ark ati chips cirrus cyrix dummy fbdev glint i128 i740 i810 \
imstt mga neomagic nsc nv rendition s3 s3virge savage siliconmotion sis \
sisusb tdfx tga trident tseng v4l vesa vga via vmware voodoo"
|