|
|
发表于 2007-11-24 19:48:06
|
显示全部楼层
th ~ # cat /etc/make.conf
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /etc/make.conf.example for a more detailed example.
CFLAGS="-O2 -march=pentium3 -pipe -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"
# This should not be changed unless you know exactly what you are doing. You
# should probably be using a different stage, instead.
CHOST="i686-pc-linux-gnu"
ACCEPT_KEYWORDS="~x86"
GENTOO_MIRRORS="ftp://gentoo.anheng.com.cn/gentoo/ http://mirror.lupaworld.com/gentoo"
SYNC="rsync://61.135.158.199/gentoo-portage"
USE="X -kde -gnome userlocales dbus cjk nls real nptl nptlonly xcomposite alsa opengl"
VIDEO_CARDS="ati radeon"
INPUT_DEVICES="keyboard mouse"
LINGUAS="zh_CN zh"
FETCHCOMMAND="/usr/bin/aria2c -s 4 \${URI} -d \${DISTDIR}"
RESUMECOMMAND="/usr/bin/aria2c -c -s 4 \${URI} -d \${DISTDIR}"
............................................ |
|