Skip to content

Instantly share code, notes, and snippets.

@laozhu
Created March 20, 2013 13:33
Show Gist options
  • Save laozhu/5204664 to your computer and use it in GitHub Desktop.
Save laozhu/5204664 to your computer and use it in GitHub Desktop.
/etc/make.conf for funtoo desktop
CFLAGS="-march=corei7 -O2 -pipe"
CXXFLAGS="${CFLAGS}"
CHOST="x86_64-pc-linux-gnu"
LINGUAS="en"
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
PORTAGE_NICENESS="15"
MAKEOPTS="-j5"
INPUT_DEVICES="evdev keyboard mouse synaptics"
VIDEO_CARDS="radeon intel"
USE="cjk bash-completion vim-syntax acpi alsa cdr dvd dvdr bluetooth wifi
cups python"
SYNC="git://github.com/funtoo/ports-2012.git"
GENTOO_MIRRORS="http://mirrors.163.com/gentoo/
http://mirrors.sohu.com/gentoo/
http://gentoo.osuosl.org/
http://ftp.heanet.ie/mirrors/gentoo/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment