diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-07-22 20:05:14 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-08-17 07:05:36 +0000 |
commit | 2574590f8ccb539779f717dbb7b8e86cb3050370 (patch) | |
tree | effee11412d3f2b97a32b92ecc841d44f6ed5ec4 /util/crossgcc/buildgcc | |
parent | a15a7a5c13b1b51215dbe42fb5c8304fc2fee834 (diff) |
crossgcc: Upgrade nasm to version 2.15.03
Change-Id: I4b38595cef72053f82216df43f3667abed4c1989
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/42855
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
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 149beb4a69..8a07c83363 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -46,7 +46,7 @@ EXPAT_VERSION=2.2.9 # CLANG version number CLANG_VERSION=9.0.0 CMAKE_VERSION=3.16.2 -NASM_VERSION=2.14.02 +NASM_VERSION=2.15.03 # GCC toolchain archive locations # These are sanitized by the jenkins toolchain test builder, so if |