X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=BaseTools%2FConf%2Ftarget.template;h=4f04e936becbf7c1ff5d02a07172922213283612;hb=04e031d000e44161cd60a901db0a2605d3e848ad;hp=228b022438a33ad5b81dc2fc1c8853eec5976487;hpb=1e5e7925461761398efdd6a2853b03543a3a9f6d;p=mirror_edk2.git diff --git a/BaseTools/Conf/target.template b/BaseTools/Conf/target.template index 228b022438..4f04e936be 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 @@ -60,13 +59,13 @@ TOOL_CHAIN_TAG = MYTOOLS # MULTIPLE_THREAD FLAG Optional Flag to enable multi-thread build. If not specified, default # is "Disable". If your computer is multi-core or multiple CPUs, -# enabling this feature will bring much benefit. For multi-thread -# built, the log will write to ${BUILD_DIR}/build.log. -# This feature is only for PLATFORM build, and clean, cleanall or +# enabling this feature will bring much benefit. +# 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 # 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 # cores or CPUs. -MAX_CONCURRENT_THREAD_NUMBER = 2 +MAX_CONCURRENT_THREAD_NUMBER = 1