diff options
author | Jason <yun.lou@intel.com> | 2022-01-10 22:30:29 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-03-01 01:45:47 +0000 |
commit | 6a890db161cd6d378bec3499a1e774db3f5a27a7 (patch) | |
tree | 4aab8aafcf1d32f58a0b98f99c5cd17752f437e2 /BaseTools | |
parent | bbaa00dd01ed0df30e43a5a89fd2b0433d858b73 (diff) | |
download | edk2-6a890db161cd6d378bec3499a1e774db3f5a27a7.tar.gz edk2-6a890db161cd6d378bec3499a1e774db3f5a27a7.tar.bz2 edk2-6a890db161cd6d378bec3499a1e774db3f5a27a7.zip |
BaseTools: Upgrade the version of NASM tool
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>
Diffstat (limited to 'BaseTools')
-rwxr-xr-x | BaseTools/Conf/tools_def.template | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/BaseTools/Conf/tools_def.template b/BaseTools/Conf/tools_def.template index f2bb6247e8..9c310cf23d 100755 --- a/BaseTools/Conf/tools_def.template +++ b/BaseTools/Conf/tools_def.template @@ -1,5 +1,5 @@ #
-# Copyright (c) 2006 - 2021, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2006 - 2022, Intel Corporation. All rights reserved.<BR>
# Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
# Portions copyright (c) 2011 - 2019, ARM Ltd. All rights reserved.<BR>
# Copyright (c) 2015, Hewlett-Packard Development Company, L.P.<BR>
@@ -368,8 +368,8 @@ DEFINE DTC_BIN = ENV(DTC_PREFIX)dtc # Other Supported Tools
# =====================
# NASM -- http://www.nasm.us/
-# - NASM 2.10 or later for use with the GCC toolchain family
-# - NASM 2.12.01 or later for use with all other toolchain families
+# - NASM 2.15.05 or later for use with the GCC toolchain family
+# - NASM 2.15.05 or later for use with all other toolchain families
#
####################################################################################
####################################################################################
|