[Buildroot] [PATCH/next 2/2] package/x265: enable parallel build

Bernd Kuhls bernd.kuhls at t-online.de
Sat Nov 20 15:04:46 UTC 2021


Parallel builds were disabled in 2018:
https://git.buildroot.net/buildroot/commit/?id=03bfbc5ab26c9aed0c0cfce55341a1d1f05deca3

Build-testing the version bump to 3.5 showed no errors with 32 threads.

Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
---
 package/x265/x265.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/x265/x265.mk b/package/x265/x265.mk
index 85c4ade768..51c39df4cd 100644
--- a/package/x265/x265.mk
+++ b/package/x265/x265.mk
@@ -12,7 +12,6 @@ X265_LICENSE_FILES = COPYING
 X265_CPE_ID_VENDOR = multicorewareinc
 X265_SUBDIR = source
 X265_INSTALL_STAGING = YES
-X265_MAKE = $(MAKE1)
 
 ifeq ($(BR2_i386)$(BR2_x86_64),y)
 X265_DEPENDENCIES += host-nasm
-- 
2.30.2



More information about the buildroot mailing list