From 0090039bbde24daed54e46ab6a154acb896e647d Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Sat, 13 Apr 2024 10:38:20 +0200 Subject: crossgcc: upgrade nasm from 2.16.01 to 2.16.03 Remove the patch since it was picked from master before and thus it's included in the new release. Change-Id: I70408b189b974f8abaadc66f0c809a1dbe10504b Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/81900 Reviewed-by: Martin L Roth Reviewed-by: Felix Singer Tested-by: build bot (Jenkins) --- 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 c35fc786f5..08f0ff0db4 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -44,7 +44,7 @@ IASL_VERSION=20240321 # CLANG version number CLANG_VERSION=17.0.6 CMAKE_VERSION=3.29.3 -NASM_VERSION=2.16.01 +NASM_VERSION=2.16.03 # Filename for each package GMP_ARCHIVE="gmp-${GMP_VERSION}.tar.xz" -- cgit v1.2.3