2012-08-19 12:52:10 +04:00
|
|
|
# CFLAGS="-O2 -march=athlon64-sse3 -mtune=athlon64-sse3 -msse3 -mfpmath=sse -pipe"
|
|
|
|
CFLAGS="-O2 -pipe -march=native -msse3"
|
2012-05-20 02:46:33 +04:00
|
|
|
CXXFLAGS="${CFLAGS}"
|
|
|
|
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
|
|
|
|
|
|
|
|
CHOST="x86_64-pc-linux-gnu"
|
|
|
|
CBUILD="x86_64-pc-linux-gnu"
|
|
|
|
MAKEOPTS="-j2"
|
|
|
|
|
|
|
|
LINGUAS="ru"
|
|
|
|
LANGUAGE="ru"
|
|
|
|
|
|
|
|
ACCEPT_KEYWORDS="amd64"
|
|
|
|
ACCEPT_LICENSE="*"
|
|
|
|
|
|
|
|
VIDEO_CARDS=""
|
|
|
|
|
|
|
|
INPUT_DEVICES=""
|
|
|
|
|
|
|
|
FEATURES="ccache parallel-fetch collision-protect sandbox candy metadata-transfer preserve-libs"
|
|
|
|
|
|
|
|
CCACHE_SIZE="6G"
|
|
|
|
CCACHE_DIR="/var/tmp/ccache"
|
|
|
|
PORTAGE_NICENESS="19"
|
|
|
|
|
2012-08-19 12:52:10 +04:00
|
|
|
# Для portage 2.2 также можно ограничивать и приоритет ввода-вывода, задайте в /etc/make.conf
|
|
|
|
PORTAGE_IONICE_COMMAND="ionice -c 3 -p \${PID}"
|
|
|
|
|
2012-05-21 15:51:15 +04:00
|
|
|
FETCHCOMMAND="/usr/sbin/gentoo-fetchcommand.sh \"\${URI}\" -O \"\${DISTDIR}/\${FILE}\""
|
2012-05-20 02:46:33 +04:00
|
|
|
|
|
|
|
source /var/lib/layman/make.conf
|
|
|
|
PORTDIR_OVERLAY="/usr/local/portage $PORTDIR_OVERLAY"
|
|
|
|
|
|
|
|
GENTOO_MIRRORS="http://mirror.yandex.ru/gentoo-distfiles/ \
|
|
|
|
ftp://mirror.yandex.ru/gentoo-distfiles/ \
|
|
|
|
ftp://xeon.gentoo.ru/mirrors/gentoo/distfiles/"
|
|
|
|
|
|
|
|
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
|
|
|
|
#PORTAGE_RSYNC_EXTRA_OPTS="--exclude-from=/etc/portage/rsync.excludes"
|
|
|
|
#SYNC="git://github.com/funtoo/portage.git"
|
|
|
|
SYNC="git://git.calculate.ru/calculate/portage.git"
|
|
|
|
|
|
|
|
#PORT_LOGDIR=/var/log/portage
|
|
|
|
#PORTAGE_ELOG_CLASSES="warn error info log qa"
|
|
|
|
PORTAGE_ELOG_CLASSES="warn error log"
|
|
|
|
PORTAGE_ELOG_SYSTEM="save"
|
|
|
|
|
2012-08-19 12:52:10 +04:00
|
|
|
NGINX_MODULES_HTTP="proxy rewrite gzip"
|
2012-05-20 02:46:33 +04:00
|
|
|
|
|
|
|
RUBY_TARGETS="ruby18"
|
|
|
|
|
2012-09-23 20:59:33 +04:00
|
|
|
USE="mmx mmxext 3dnow sse sse2 custom-cflags fftw alsa unicode bash-completion threads daemon xattr \
|
2012-09-22 12:17:16 +04:00
|
|
|
-X -qt4 -gtk -kde -gnome \
|
|
|
|
-cups -debug -python -perl -oss -static-libs \
|
2012-09-23 20:53:51 +04:00
|
|
|
-cairo -acl -cli -ffmpeg -gpm -ipv6"
|