]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Conf/tools_def.template
Fixed a spelling error and changed the Package Headers Tab title to be Package Header...
[mirror_edk2.git] / Tools / Conf / tools_def.template
index c4e601f1124f438227f5aa6f6f6f005b6d0336dc..00db5ed66e641ecb9377c05955766ffe799e631f 100644 (file)
@@ -1,3 +1,17 @@
+#\r
+#  Copyright (c) 2006, Intel Corporation\r
+#\r
+#  All rights reserved. This program and the accompanying materials\r
+#  are licensed and made available under the terms and conditions of the BSD License\r
+#  which accompanies this distribution.  The full text of the license may be found at\r
+#  http://opensource.org/licenses/bsd-license.php\r
+\r
+#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#\r
+\r
+IDENTIFIER = Default TOOL_CHAIN_CONF\r
+\r
 # format: TARGET_TOOLCHAIN_ARCH_COMMANDTYPE_ATTRIBUTE = <string>\r
 \r
 #Default values\r
 *_MSFT_*_ASL_NAME       = iasl.exe\r
 *_MSFT_*_PP_NAME        = cl.exe\r
 \r
-# HOST definitions\r
-#*_MSFT_HOST_*_PATH = C:\Program Files\Intel\Compiler\C++\9.0\IA32\Bin\r
-#*_MSFT_HOST_CC_NAME = icl.exe\r
-\r
-\r
 # IA32 definitions\r
 *_MSFT_IA32_*_PATH       = C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\r
 *_MSFT_IA32_ASM_PATH     = C:\WINDDK\3790.1830\bin\x86\r
 *_GCC_IA32_CC_NAME      = gcc\r
 *_GCC_IA32_SLINK_NAME   = ar\r
 *_GCC_IA32_DLINK_NAME   = ld\r
-*_GCC_IA32_ASM_NAME     = as\r
+*_GCC_IA32_ASM_NAME     = gcc\r
 *_GCC_IA32_PP_NAME      = gcc\r
 \r
 # GCC, IA32\r
+# Use this if you built the tiano gcc tool chain on a Windows/Cygwin system.\r
 *_GCC_IA32_*_PATH       = C:\cygwin\opt\tiano\i386-tiano-pe\i386-tiano-pe\bin\r
+# Use this if you built the tiano gcc tool chain on a Unix system.\r
+# *_GCC_IA32_*_PATH       = /opt/tiano/i386-tiano-pe/i386-tiano-pe/bin\r
 *_GCC_IA32_ASM_EXT      = .S\r