From fed8e710fc4e415d1c1dbf3279b61fb7fdc5efa5 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Tue, 21 May 2013 14:26:56 +0200 Subject: [PATCH] [armv7l/portage] temp disable distcc-pump, it causes a lot of compile errors atm --- conf/armv7l/portage/make.conf.hardfp | 3 ++- conf/armv7l/portage/make.conf.softfp | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/conf/armv7l/portage/make.conf.hardfp b/conf/armv7l/portage/make.conf.hardfp index dc695262..d4b1ea9c 100644 --- a/conf/armv7l/portage/make.conf.hardfp +++ b/conf/armv7l/portage/make.conf.hardfp @@ -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" diff --git a/conf/armv7l/portage/make.conf.softfp b/conf/armv7l/portage/make.conf.softfp index 52925d83..9efa3c6c 100644 --- a/conf/armv7l/portage/make.conf.softfp +++ b/conf/armv7l/portage/make.conf.softfp @@ -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"