Created
July 6, 2011 22:47
-
-
Save robertseaton/1068528 to your computer and use it in GitHub Desktop.
make.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CFLAGS="-O2 -pipe -march=native" | |
CXXFLAGS="${CFLAGS}" | |
CHOST="x86_64-pc-linux-gnu" | |
GENTOO_MIRRORS="ftp://mirror.mcs.anl.gov/pub/gentoo/" | |
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage" | |
VIDEO_CARDS="fglrx" | |
INPUT_DEVICES="evdev" | |
ACCEPT_LICENSES="*" | |
ACCEPT_KEYWORDS="~amd64" | |
MAKEOPTS="-j4" | |
USE=" | |
-ipv6 | |
-oss | |
256-color | |
alsa | |
fontconfig | |
force-hints | |
gstreamer | |
gzip-el | |
icu | |
llvm | |
mmx | |
pixbuf | |
pulseaudio | |
semantic-desktop | |
source | |
sse | |
sse2 | |
sse3 | |
ssse3 | |
threads | |
toolkit-scroll-bars | |
unicode3 | |
xft | |
xine | |
xinerama | |
xmlrpc | |
declarative" | |
NGINX_MODULES_HTTP="dav scgi uwsgi sub fastcgi" | |
FEATURES="ccache" | |
CCACHE_SIZE="2G" | |
CCACHE_DIR="/tmp/ccache" | |
PORTDIR_OVERLAY="${PORTDIR_OVERLAY} /usr/local/portage" | |
PORTDIR_TMPDIR="/tmp" | |
DISTDIR="/tmp/distfiles" | |
BUILD_PREFIX="/tmp/portage" | |
ACCEPT_LICENSE="*" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment