From c5f1d437eddd8fcfe9adeb7ca70cca7ef8688ded Mon Sep 17 00:00:00 2001 From: Liming Gao Date: Fri, 9 Jan 2015 10:07:02 +0000 Subject: [PATCH] BaseTools Fix NASM tool version in comments of tools_def.template NASM tool version should be 2.07 instead of 2.0.7. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao Reviewed-by: Jordan Justen git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16596 6f19259b-4bc3-4df7-8a09-765794883524 --- BaseTools/Conf/tools_def.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BaseTools/Conf/tools_def.template b/BaseTools/Conf/tools_def.template index 7a55b72d0a..f0080244bc 100644 --- a/BaseTools/Conf/tools_def.template +++ b/BaseTools/Conf/tools_def.template @@ -1,5 +1,5 @@ # -# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.
+# Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.
# Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.
# Portions copyright (c) 2011 - 2014, ARM Ltd. All rights reserved.
# @@ -668,7 +668,7 @@ DEFINE SOURCERY_CYGWIN_TOOLS = /cygdrive/c/Program Files/CodeSourcery/Sourcery G # # Other Supported Tools # ===================== -# NASM 2.0.7 or later http://www.nasm.us/ +# NASM 2.07 or later http://www.nasm.us/ # #################################################################################### #################################################################################### -- 2.39.2