diff options
author | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-17 05:41:34 +0000 |
---|---|---|
committer | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-17 05:41:34 +0000 |
commit | 04566eff47bb23617bdbce458c330b50d3f472b9 (patch) | |
tree | 722a3314ab48ad02a4ddf2b39b2616590a8ed2cf /Tools/Conf/target.template | |
parent | 209abc92deef654b98047542db1b38e107d384bb (diff) | |
download | edk2-platforms-04566eff47bb23617bdbce458c330b50d3f472b9.tar.xz |
Changed the template files TagName to MYTOOLS instead of MSFT, since we don't want people to think that the TagName must match the Tool Chain Family.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1028 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/Conf/target.template')
-rw-r--r-- | Tools/Conf/target.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/Conf/target.template b/Tools/Conf/target.template index d67d05ceb3..9b70da54f6 100644 --- a/Tools/Conf/target.template +++ b/Tools/Conf/target.template @@ -55,5 +55,5 @@ TOOL_CHAIN_CONF = Tools/Conf/tools_def.txt # TAGNAME List Optional Specify the name(s) of the tools_def.txt TagName to use.
# If not specified, all applicable TagName tools will be
# used for the build. The list uses space character separation.
-TOOL_CHAIN_TAG = MSFT
+TOOL_CHAIN_TAG = MYTOOLS
|