gentoo / 未分类 · 2012年6月6日

my gentoo make.conf

##记下来 下次 重新什么的就记得了
evan@mygentoo ~ $ cat /etc/make.conf
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.
CFLAGS="-O2 -march=i686 -pipe"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j4"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="i686-pc-linux-gnu"
GENTOO_MIRRORS="http://mirrors.163.com/gentoo/"
#GENTOO_MIRRORS="http://mirrors.163.com/gentoo/"
#SYNC="rsync://rsync2.cn.gentoo.org/gentoo-portage"
SYNC="rsync://mirrors.163.com/gentoo-portage"
USE="ffmpeg mp3 wma mad X dbus alsa -arts -eds -esd gnome gstreamer gtk firefox nptl nptlonly -ipv6 -fortran unicode svg hal dbus mmx sse sse2 gnome gtk -kde -qt3 -qt4 alsa dvd cdr"
INPUT_DEVICES="evdev synaptics"
VIDEO_CARDS="radeon"
LINGUAS="zh zh_CN zh_CN.UTF-8 en"
ACCEPT_LICENSE="google-chrome"
FETCHCOMMAND='/usr/bin/axel -a -S4 -o "${DISTDIR}/${FILE}" "${URI}"'
RESUMECOMMAND="${FETCHCOMMAND}"