summaryrefslogtreecommitdiff
path: root/util/crossgcc/buildgcc
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2024-04-13 10:38:20 +0200
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2024-05-15 01:53:10 +0000
commit0090039bbde24daed54e46ab6a154acb896e647d (patch)
tree45436164189ef617bb87a05decdf46fde9bed8eb /util/crossgcc/buildgcc
parent41fdb882f1f0c3cda41651c2e9c920580415a0dc (diff)
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 <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/81900 Reviewed-by: Martin L Roth <gaumless@gmail.com> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util/crossgcc/buildgcc')
-rwxr-xr-xutil/crossgcc/buildgcc2
1 files changed, 1 insertions, 1 deletions
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"