|
楼主 |
发表于 2010-10-26 13:54:34
|
显示全部楼层
make.conf
CFLAGS="-O2 -march=core2 -pipe"
CXXFLAGS="${CFLAGS}"
# 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="x86_64-pc-linux-gnu"
# These are the USE flags that were used in addition to what is provided by the
# profile used for building.
USE="X -kde gtk -gnome -qt4 -qt3 hal extras"
MAKEOPTS="-j2"
GENTOO_MIRRORS="http://mirrors.sohu.com/gentoo/"
SYNC="rsync://mirrors.163.com/gentoo-portage"
LINGUAS="en_US zh_CN"
INPUT_DEVICES="evdev synaptics"
VIDEO_CARDS="nvidia" |
|