From a84823d0780c8f42c4160b9d37e529f0bc6782a2 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Thu, 16 Mar 2023 07:07:02 +0100 Subject: util/crossgcc: Update nasm from 2.15.05 to 2.16.01 Timeless build for QEMU (i440fx/piix4) does not modify the binary. New patch is add to fix the build in a separate directory from the source. Change-Id: Ib69437be8ee69ad62fb1dfbbafabc2c4c885b7b2 Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/73740 Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer --- util/crossgcc/buildgcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/crossgcc/buildgcc') diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 7abfaafe0e..f0fb803f21 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -43,7 +43,7 @@ IASL_VERSION=20230331 # CLANG version number CLANG_VERSION=16.0.4 CMAKE_VERSION=3.26.3 -NASM_VERSION=2.15.05 +NASM_VERSION=2.16.01 # Filename for each package GMP_ARCHIVE="gmp-${GMP_VERSION}.tar.xz" -- cgit v1.2.3