[armhfp/portage] adding make.conf options, more parallel

This commit is contained in:
mudler
2015-10-29 14:39:30 +01:00
parent 7bfb5cfda6
commit f82c31702b
+2 -1
View File
@@ -11,7 +11,8 @@ CHOST="armv7a-hardfloat-linux-gnueabi"
#################################################
# Portage configuration
ACCEPT_KEYWORDS="arm ~arm"
FEATURES="ccache parallel-fetch protect-owned compressdebug splitdebug"
FEATURES="buildpkg ccache parallel-fetch parallel-install protect-owned compressdebug splitdebug"
EMERGE_DEFAULT_OPTS="-j 3"
# temp disabled: distcc-pump
MAKEOPTS="-j2 -s"
CCACHE_SIZE="5G"