Skip to content

Commit

Permalink
BaseTools: Upgrade the version of NASM tool
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
jasonlouyun authored and mergify[bot] committed Mar 1, 2022
1 parent bbaa00d commit 6a890db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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>
Expand Down Expand Up @@ -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
#
####################################################################################
####################################################################################
Expand Down

0 comments on commit 6a890db

Please sign in to comment.