diff --git a/conf/armv7l/portage/make.conf.hardfp b/conf/armv7l/portage/make.conf.hardfp index 173cac9..b86b787 100644 --- a/conf/armv7l/portage/make.conf.hardfp +++ b/conf/armv7l/portage/make.conf.hardfp @@ -11,7 +11,7 @@ CHOST="armv7a-hardfloat-linux-gnueabi" ################################################# # Portage configuration ACCEPT_KEYWORDS="~arm arm" -FEATURES="ccache distcc distcc-pump parallel-fetch protect-owned splitdebug noinfo" +FEATURES="ccache distcc distcc-pump parallel-fetch protect-owned splitdebug" MAKEOPTS="-j16 -s" CCACHE_SIZE="50G" CCACHE_DIR="/var/ccache" diff --git a/conf/armv7l/portage/make.conf.softfp b/conf/armv7l/portage/make.conf.softfp index 59cd4af..67490d8 100644 --- a/conf/armv7l/portage/make.conf.softfp +++ b/conf/armv7l/portage/make.conf.softfp @@ -11,7 +11,7 @@ CHOST="armv7a-unknown-linux-gnueabi" ################################################# # Portage configuration ACCEPT_KEYWORDS="~arm arm" -FEATURES="ccache distcc distcc-pump parallel-fetch protect-owned splitdebug noinfo" +FEATURES="ccache distcc distcc-pump parallel-fetch protect-owned splitdebug" MAKEOPTS="-j16 -s" CCACHE_SIZE="50G" CCACHE_DIR="/var/ccache"