diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-03-16 07:07:02 +0100 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2023-05-29 21:06:41 +0000 |
commit | a84823d0780c8f42c4160b9d37e529f0bc6782a2 (patch) | |
tree | 8f3271bec029f55a6d790cd9d12364693ef516fe /util/crossgcc/buildgcc | |
parent | 6e827a8b24fdab682bbcbc6957039539b4f4bb7b (diff) |
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 <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/73740
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'util/crossgcc/buildgcc')
-rwxr-xr-x | util/crossgcc/buildgcc | 2 |
1 files changed, 1 insertions, 1 deletions
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" |