Skip to content

Instantly share code, notes, and snippets.

@robertseaton
Created July 6, 2011 22:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robertseaton/1068528 to your computer and use it in GitHub Desktop.
Save robertseaton/1068528 to your computer and use it in GitHub Desktop.
make.conf
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