diff options
author | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-06 10:31:48 +0000 |
---|---|---|
committer | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-06 10:31:48 +0000 |
commit | df569f61e3806ec8dbeef9c89123f5b223720c07 (patch) | |
tree | 8326d44f8537eea13b6f2657bed9ef84201440fe /Tools/Conf/target.template | |
parent | 450d3b106f1c89f986336cdcf1ef33ef0f4a46aa (diff) | |
download | edk2-platforms-df569f61e3806ec8dbeef9c89123f5b223720c07.tar.xz |
Fixed the GCC assembler issue. Now we can use full GCC tools to build our package.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@795 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/Conf/target.template')
-rw-r--r-- | Tools/Conf/target.template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/Conf/target.template b/Tools/Conf/target.template index fde5df2d5a..0644b39d7f 100644 --- a/Tools/Conf/target.template +++ b/Tools/Conf/target.template @@ -6,6 +6,6 @@ TOOLS_DEFINITION_FILE = Tools/Conf/tools_def.txt # Separate multiple targets with space, not not use comma TARGET = -TARGET_ARCH = -TAGNAME = +TARGET_ARCH = IA32 +TAGNAME = MSFT |