|
|
发表于 2008-12-5 22:15:28
|
显示全部楼层
- $ 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=k8 -pipe"
- # CXXFLAGS="${CFLAGS}"
- # Athlon 64 X2 64bit
- CHOST="x86_64-pc-linux-gnu"
- CFLAGS="-march=k8 -O2 -pipe"
- CXXFLAGS="${CFLAGS}"
- # Athlon 64 X2 32bit
- # CHOST="i686-pc-linux-gnu"
- # CFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer"
- # 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.
- ####################################
- # GENTOO_MIRRORS="http://ftp.twaren.net/Linux/Gentoo/ ftp://ftp.twaren.net/Linux/Gentoo/ "
- # SYNC="rsync://rsync.asia.gentoo.org/gentoo-portage"
- # GENTOO_MIRRORS="http://140.110.123.9/Linux/Gentoo/ "
- # SYNC="rsync://140.110.123.9/gentoo-portage"
- GENTOO_MIRRORS="http://ftp.iij.ad.jp/pub/linux/gentoo/ http://ftp.twaren.net/Linux/Gentoo/ "
- SYNC="rsync://203.127.221.98/gentoo-portage"
- source /usr/local/portage/layman/make.conf
- INPUT_DEVICES="keyboard mouse"
- VIDEO_CARDS="nvidia"
- ALSA_CARDS="hda-intel"
- CONFIG_PROTECT="-*"
- AUTOCLEAN="yes"
- ACCEPT_KEYWORDS="amd64 ~amd64"
- MAKEOPTS="-j3"
- FEATURES="-ccache parallel-fetch sandbox"
- CCACHE_DIR="/var/tmp/ccache"
- CCACHE_SIZE="2G"
- LINGUAS="en en_US zh zh_CN zh_TW"
- USE="3dnow \
- aac aalib acpi alsa amd64codecs avahi \
- bash-completion bzip2 \
- cairo cdr chardet cjk cups curl custom-optimization \
- dbus dri dvd dvdr \
- encode esd esound exif \
- fbcon ffmpeg firefox flac flash fontconfig freetype ftp \
- gd geoip gif gimp gphoto2 gtk gtk2 gnome gstreamer \
- hal hddtemp \
- ibus iconv immqt-bc \
- jabber java java6 javascript jpeg jpeg2k \
- lame libcaca libnotify libsamplerate lm_sensors libwww \
- m17n-lib mdnsresponder-compat mmap mmx mng mozilla mp3 mpeg mplayer msn multilib \
- nautilus ncurses network nls nsplugin ntp nvidia \
- odbc ogg openal opengl oss \
- pango pch pdf perl php png profile python \
- raw real rss ruby \
- samba scim scim-bridge smp sqlite sqlite3 sound srt startup-notification sse sse2 sse3 svg syslog \
- tiff truetype tta \
- unicode upnp usb userlocales \
- v4l v4l2 vcd vesa vga vim-syntax \
- win32codecs wav wavpack wma wmf wxwindows \
- X x264 xattr xcb xcomposite xft xine xml xprint xscreensaver xulrunner xv xvid xvmc \
- -3dfx -arts -games -ipod -ipv6 -matrox -pcmcia -smartcard"
复制代码
全面体验型桌面。 |
|