diff options
author | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-12 14:26:12 +0000 |
---|---|---|
committer | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-12 14:26:12 +0000 |
commit | 407910b265fca40ad846feb2cb6d8d68fbb2c9d3 (patch) | |
tree | 2853b03cb1d8fc347494de40e81f5f73371da230 | |
parent | 1fe4ef1bd813e285525a257af43ddbbcb8018b54 (diff) | |
download | edk2-platforms-407910b265fca40ad846feb2cb6d8d68fbb2c9d3.tar.xz |
Added the IDENTIFIER = Default TOOL_CHAIN_CONF line to the tools_def.template file. Tested in the tools_def.txt file before adding to the template.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@920 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | Tools/Conf/tools_def.template | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/Conf/tools_def.template b/Tools/Conf/tools_def.template index 3bd4ce6f0d..00db5ed66e 100644 --- a/Tools/Conf/tools_def.template +++ b/Tools/Conf/tools_def.template @@ -10,6 +10,8 @@ # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#
+IDENTIFIER = Default TOOL_CHAIN_CONF
+
# format: TARGET_TOOLCHAIN_ARCH_COMMANDTYPE_ATTRIBUTE = <string>
#Default values
|