Skip to content

Instantly share code, notes, and snippets.

@laozhu
Last active October 11, 2015 10:48
Show Gist options
  • Save laozhu/3847115 to your computer and use it in GitHub Desktop.
Save laozhu/3847115 to your computer and use it in GitHub Desktop.
/etc/make.conf @linode-512M-x86_64-gentoo
# /etc/make.conf @linode-512M-x86_64-gentoo
CFLAGS="-march=core2 -mtune=generic -O2 -pipe"
# CFLAGS="-march=corei7 -O2 -pipe"
CXXFLAGS="${CFLAGS}"
CHOST="x86_64-pc-linux-gnu"
USE="-X -accessibility -gpm -cups -alsa -apache2 -branding -apm
-encode -cairo -fontconfig -truetype -dbus -doc -emacs -examples
-gnome -gtk -kde -opengl -oss -qt4 bash-completion berkdb cgi
cjk fastcgi gd imagemagick imap ipv6 javascript libwww lua maildir
mmx mysql nls sasl fam perl php python readline ruby sqlite sqlite3
sse sse2 ssl unicode vim-syntax webkit xml pcre ldap"
ACCEPT_KEYWORDS="amd64"
MAKEOPTS="-j5"
LINGUAS="en"
GENTOO_MIRRORS="http://mirrors.163.com/gentoo/
http://gentoo.cs.nctu.edu.tw/gentoo/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment