Server185 ~ # 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=i686 -pipe"
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"
LINGUAS="en_GB ja nl zh_CN zh_TW"
GENTOO_MIRRORS="http://61.135.158.199"
SYNC="rsync://61.135.158.199/gentoo-portage"
USE="unicode -ipv6 -perl -ruby"
FEATURES="parallel-fetch ccache"
CCACHE_SIZE="6G"
#PORTDIR_OVERLAY = "/opt/portage"
source /usr/portage/local/layman/make.conf
本文详细介绍了Gentoo系统的配置文件/etc/make.conf的具体设置,包括编译选项、语言设置、镜像源、同步配置及特性等。这些配置对于系统的性能优化至关重要。
4265

被折叠的 条评论
为什么被折叠?



