From 7195ac465d88583669a5237af4dd6f38ed62e586 Mon Sep 17 00:00:00 2001 From: zhanghailiang Date: Tue, 17 Mar 2020 10:19:59 +0800 Subject: [PATCH] spec: enable multiple threads compiling Signed-off-by: zhanghailiang --- edk2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/edk2.spec b/edk2.spec index ae6aa9a..e4b2b0a 100644 --- a/edk2.spec +++ b/edk2.spec @@ -5,7 +5,7 @@ Name: edk2 Version: %{stable_date} -Release: 7 +Release: 8 Summary: EFI Development Kit II License: BSD-2-Clause-Patent URL: https://github.com/tianocore/edk2 @@ -74,7 +74,7 @@ tar -xf %{SOURCE1} -C CryptoPkg/Library/OpensslLib/openssl --strip-components=1 NCPUS=`/usr/bin/getconf _NPROCESSORS_ONLN` BUILD_OPTION="-t GCC49 -n $NCPUS -b RELEASE" -make -C BaseTools +make -C BaseTools %{?_smp_mflags} . ./edksetup.sh %ifarch aarch64 @@ -210,6 +210,9 @@ chmod +x %{buildroot}%{_bindir}/Rsa2048Sha256GenerateKeys %endif %changelog +* Tue Mar 17 2020 openEuler Buildteam - 201908-8 +- enable multiple threads compiling + * Sun Mar 15 2020 openEuler Buildteam - 201908-7 - fix missing OVMF.fd in package