From d1ee61ede3cecb79eca15e645ce1130ff2aec1d1 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Tue, 3 Jan 2012 00:31:08 +0100 Subject: [PATCH] [intel/portage] reorder entries in make.conf, add FEATURES=ccache --- conf/intel/portage/make.conf.amd64 | 16 ++++++++++------ conf/intel/portage/make.conf.x86 | 17 ++++++++++------- 2 files changed, 20 insertions(+), 13 deletions(-) diff --git a/conf/intel/portage/make.conf.amd64 b/conf/intel/portage/make.conf.amd64 index 3e96879..e491176 100644 --- a/conf/intel/portage/make.conf.amd64 +++ b/conf/intel/portage/make.conf.amd64 @@ -1,20 +1,21 @@ # 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 +# Compiler stuff GRAPHITE="-floop-interchange -ftree-loop-distribution -floop-strip-mine -floop-block" CFLAGS="-O2 -ftree-vectorize -march=x86-64 -pipe ${GRAPHITE}" CHOST="x86_64-pc-linux-gnu" CXXFLAGS="${CFLAGS}" LDFLAGS="-Wl,-O1 -Wl,--as-needed" -ACCEPT_KEYWORDS="~amd64" MAKEOPTS="-j16 -s" -FEATURES="parallel-fetch protect-owned splitdebug" -#PORTAGE_NICENESS="8" + +# Portage stuff +ACCEPT_KEYWORDS="~amd64" +FEATURES="ccache parallel-fetch protect-owned splitdebug" +CCACHE_SIZE="50G" + LINGUAS="en en_US af ar az bg bn br bs ca cs cy da de el en_GB eo es et eu fa fi fr fy ga gl he hi hr hu is it ja kk km ko lt lv mk mn ms nb nds nl nn pa pl pt pt_BR ro ru rw se sk sl sr sr@Latn ss sv ta tg tr uk uz vi zh_CN zh_TW es_AR es_ES fy_NL ga_IE gu gu_IN nb_NO nn_NO pt_PT sv_SE zh" -PHP_TARGETS="php5-3" -RUBY_TARGETS="ruby18" -#ACCEPT_LICENSE="*" ## USE ARRAYS ## SAB_BAD="-kdeprefix -arts -qt3 -beagle -gnome -evo -mono -eds -apm -oss -branding -esd" @@ -61,3 +62,6 @@ rsync://mirror.neolabs.kz/gentoo http://ftp.gentoo.bg/ http://ftp.cc.uoc.gr/mirr # Avoids python.eclass to compile stuff for Python 3 USE_PYTHON="2.7" +# Some more forced targets +PHP_TARGETS="php5-3" +RUBY_TARGETS="ruby18" diff --git a/conf/intel/portage/make.conf.x86 b/conf/intel/portage/make.conf.x86 index b42f70b..d03416c 100644 --- a/conf/intel/portage/make.conf.x86 +++ b/conf/intel/portage/make.conf.x86 @@ -1,20 +1,21 @@ # 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 +# Compiler stuff GRAPHITE="-floop-interchange -ftree-loop-distribution -floop-strip-mine -floop-block" CFLAGS="-O2 -ftree-vectorize -march=i686 -pipe ${GRAPHITE}" CHOST="i686-pc-linux-gnu" CXXFLAGS="${CFLAGS}" LDFLAGS="-Wl,-O1 -Wl,--as-needed" -ACCEPT_KEYWORDS="~x86" MAKEOPTS="-j16 -s" -FEATURES="parallel-fetch protect-owned splitdebug" -#PORTAGE_NICENESS="8" + +# Portage stuff +FEATURES="ccache parallel-fetch protect-owned splitdebug" +ACCEPT_KEYWORDS="~x86" +CCACHE_SIZE="50G" + LINGUAS="en en_US af ar az bg bn br bs ca cs cy da de el en_GB eo es et eu fa fi fr fy ga gl he hi hr hu is it ja kk km ko lt lv mk mn ms nb nds nl nn pa pl pt pt_BR ro ru rw se sk sl sr sr@Latn ss sv ta tg tr uk uz vi zh_CN zh_TW es_AR es_ES fy_NL ga_IE gu gu_IN nb_NO nn_NO pt_PT sv_SE zh" -PHP_TARGETS="php5-3" -RUBY_TARGETS="ruby18" -#ACCEPT_LICENSE="*" ## USE ARRAYS ## SAB_BAD="-kdeprefix -arts -qt3 -beagle -gnome -evo -mono -eds -apm -oss -branding -esd" @@ -64,4 +65,6 @@ ftp://mirror.opteamax.de/gentoo/ http://ftp.heanet.ie/pub/gentoo/" # Avoids python.eclass to compile stuff for Python 3 USE_PYTHON="2.7" - +# Other forced targets +PHP_TARGETS="php5-3" +RUBY_TARGETS="ruby18"