[armv7l/portage] temp disable distcc-pump, it causes a lot of compile errors atm

This commit is contained in:
Fabio Erculiani
2013-05-21 14:26:56 +02:00
parent 83a93731fe
commit fed8e710fc
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -11,7 +11,8 @@ CHOST="armv7a-hardfloat-linux-gnueabi"
#################################################
# Portage configuration
ACCEPT_KEYWORDS="arm ~arm"
FEATURES="ccache distcc distcc-pump parallel-fetch protect-owned compressdebug splitdebug"
FEATURES="ccache distcc parallel-fetch protect-owned compressdebug splitdebug"
# temp disabled: distcc-pump
MAKEOPTS="-j4 -s"
CCACHE_SIZE="5G"
CCACHE_DIR="/var/ccache"
+2 -1
View File
@@ -11,7 +11,8 @@ CHOST="armv7a-unknown-linux-gnueabi"
#################################################
# Portage configuration
ACCEPT_KEYWORDS="arm ~arm"
FEATURES="ccache distcc distcc-pump parallel-fetch protect-owned compressdebug splitdebug"
FEATURES="ccache distcc parallel-fetch protect-owned compressdebug splitdebug"
# temp disabled: distcc-pump
MAKEOPTS="-j4 -s"
CCACHE_SIZE="5G"
CCACHE_DIR="/var/ccache"