]> git.proxmox.com Git - mirror_edk2.git/commitdiff
BaseTools: Upgrade the version of NASM tool
authorJason <yun.lou@intel.com>
Mon, 10 Jan 2022 14:30:29 +0000 (22:30 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 1 Mar 2022 01:45:47 +0000 (01:45 +0000)
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3790

Upgrade the version of NASM tool to avoid compilation errors when
compiling NASM code change.

Signed-off-by: Jason Lou <yun.lou@intel.com>
Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Reviewed-by: Yuwei Chen <yuwei.chen@intel.com>
BaseTools/Conf/tools_def.template

index f2bb6247e8fad0e44273f9f68e759ca898db94c0..9c310cf23d25cb96240c5d6b20a91546678c8167 100755 (executable)
@@ -1,5 +1,5 @@
 #\r
-#  Copyright (c) 2006 - 2021, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2006 - 2022, Intel Corporation. All rights reserved.<BR>\r
 #  Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
 #  Portions copyright (c) 2011 - 2019, ARM Ltd. All rights reserved.<BR>\r
 #  Copyright (c) 2015, Hewlett-Packard Development Company, L.P.<BR>\r
@@ -368,8 +368,8 @@ DEFINE DTC_BIN                 = ENV(DTC_PREFIX)dtc
 # Other Supported Tools\r
 # =====================\r
 #   NASM -- http://www.nasm.us/\r
-#   - NASM 2.10 or later for use with the GCC toolchain family\r
-#   - NASM 2.12.01 or later for use with all other toolchain families\r
+#   - NASM 2.15.05 or later for use with the GCC toolchain family\r
+#   - NASM 2.15.05 or later for use with all other toolchain families\r
 #\r
 ####################################################################################\r
 ####################################################################################\r