]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Add default BuildRuleOrder in tools_def.template
authorYingke Liu <yingke.d.liu@intel.com>
Tue, 26 May 2015 10:32:47 +0000 (10:32 +0000)
committerlgao4 <lgao4@Edk2>
Tue, 26 May 2015 10:32:47 +0000 (10:32 +0000)
commitec22bede67007028f2e49571f3fd67dcdbc08c84
treecfd9de0da94b7e2785038bd5c023471fddea5e1d
parentfe4bf2f9239c0298c35d8284a4c179e9df7ffa9c
BaseTools: Add default BuildRuleOrder in tools_def.template

*_*_*_*_BUILDRULEORDER = nasm Nasm NASM asm Asm ASM S s
*_XCODE32_*_*_BUILDRULEORDER    = S s nasm Nasm NASM
*_XCLANG_*_*_BUILDRULEORDER     = S s nasm Nasm NASM
*_XCODE5_*_*_BUILDRULEORDER     = S s nasm Nasm NASM

Tool Chain in Mac Os will use S as the first priority. Other tool chains
use nasm as the first priority.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yingke Liu <yingke.d.liu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17510 6f19259b-4bc3-4df7-8a09-765794883524
BaseTools/Conf/tools_def.template