diff options
author | jjin9 <jjin9@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-01 06:44:24 +0000 |
---|---|---|
committer | jjin9 <jjin9@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-01 06:44:24 +0000 |
commit | 57b82a9cfad4002dbf1f9be02a931a508db767c9 (patch) | |
tree | ff68b112fa89a3329e353feda8ceca986018ae61 /BaseTools | |
parent | 33b7cf8cb0dc5053d9ab9da46ec87b7aa94d540a (diff) | |
download | edk2-platforms-57b82a9cfad4002dbf1f9be02a931a508db767c9.tar.xz |
remove the format of file. make it clearly
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3517 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools')
-rw-r--r-- | BaseTools/Conf/target.template | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/BaseTools/Conf/target.template b/BaseTools/Conf/target.template index a8fcff1272..387816d15a 100644 --- a/BaseTools/Conf/target.template +++ b/BaseTools/Conf/target.template @@ -44,7 +44,6 @@ TARGET = DEBUG # If not specified, then all valid architectures specified
# in the FPD file, for which tools are available, will be
# built.
-# TARGET_ARCH =
TARGET_ARCH = IA32
# TOOL_DEFINITION_FILE Filename Optional Specify the name of the filename to use for specifying
@@ -64,7 +63,7 @@ TOOL_CHAIN_TAG = MYTOOLS # This feature is only available for "spawn" build mode, and
# only for PLATFORM build. The clean, cleanall or
# stand-alone module build is still using the normal way.
-# MULTIPLE_THREAD = Enable
+MULTIPLE_THREAD = Enable
# MAX_CONCURRENT_THREAD_NUMBER NUMBER Optional The number of concurrent threads. Default is 2. Recommend to
# set this value to one more than the number of your compurter
|