diff options
author | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-04-23 08:18:24 +0000 |
---|---|---|
committer | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-04-23 08:18:24 +0000 |
commit | 2a9aee6d37a935c5424bfe961f32c3e0a65a1830 (patch) | |
tree | 83857db152274807197582f30aaafe5b3a863a81 | |
parent | d908a2d6d24d7a972a449cdc9a16878e1835d87a (diff) | |
download | edk2-platforms-2a9aee6d37a935c5424bfe961f32c3e0a65a1830.tar.xz |
Fix a typo.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8161 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | BaseTools/Conf/tools_def.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/Conf/tools_def.template b/BaseTools/Conf/tools_def.template index b162c5490b..ac00a009f5 100644 --- a/BaseTools/Conf/tools_def.template +++ b/BaseTools/Conf/tools_def.template @@ -129,7 +129,7 @@ DEFINE ICC_WIN_ASLDLINK_FLAGS = /NODEFAULTLIB /ENTRY:ReferenceAcpiTable /SUBSYS # VS2003 - win32 - Microsoft Visual Studio .NET 2003, Intel EBC, Intel ASL
# VS2005 - win32 - Microsoft Visual Studio 2005 Team Suite Edition, Intel EBC, Intel ASL (also compatible with VS 2005 Express, Standard, and Pro)
# DDK3790 - win32 - Microsoft Windows DDK 3790.1830, Intel EBC, Intel ASL
-# UINIXGCC - UNIX GCC, No EBC, Intel ASL
+# UNIXGCC - UNIX GCC, No EBC, Intel ASL
# ELFGCC - Linux ELF GCC, No EBC, Intel ASL
# CYGGCC - win32 - CygWin GCC, Intel EBC, Intel ASL
# ICC - win32 - Intel C Compiler V9.1, Intel EBC, Intel ASL
|