Revision: 17510
http://sourceforge.net/p/edk2/code/17510
Author: lgao4
Date: 2015-05-26 10:32:47 +0000 (Tue, 26 May 2015)
Log Message:
-----------
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 <[email protected]>
Reviewed-by: Liming Gao <[email protected]>
Modified Paths:
--------------
trunk/edk2/BaseTools/Conf/tools_def.template
Modified: trunk/edk2/BaseTools/Conf/tools_def.template
===================================================================
--- trunk/edk2/BaseTools/Conf/tools_def.template 2015-05-26 10:32:07 UTC
(rev 17509)
+++ trunk/edk2/BaseTools/Conf/tools_def.template 2015-05-26 10:32:47 UTC
(rev 17510)
@@ -6276,6 +6276,7 @@
# XCODE32 - Xcode 3.2 Tools (Snow Leopard)
*_XCODE32_*_*_FAMILY = GCC
*_XCODE32_*_*_BUILDRULEFAMILY = XCODE
+*_XCODE32_*_*_BUILDRULEORDER = S s nasm Nasm NASM
*_XCODE32_*_ASL_PATH = /usr/bin/iasl
@@ -6385,6 +6386,7 @@
# CLANG - clang that produce Mach-O with EFI x86_64 ABI
*_XCLANG_*_*_FAMILY = GCC
*_XCLANG_*_*_BUILDRULEFAMILY = XCODE
+*_XCLANG_*_*_BUILDRULEORDER = S s nasm Nasm NASM
*_XCLANG_*_ASL_PATH = /usr/bin/iasl
@@ -6448,6 +6450,7 @@
*_XCODE5_*_*_FAMILY = GCC
*_XCODE5_*_*_BUILDRULEFAMILY = XCODE
+*_XCODE5_*_*_BUILDRULEORDER = S s nasm Nasm NASM
*_XCODE5_*_ASL_PATH = /usr/bin/iasl
@@ -6940,3 +6943,8 @@
*_*_*_NASM_PATH = ENV(NASM_PREFIX)nasm
# NASMB uses NASM produce a .bin from a .nasmb NASM source file
*_*_*_NASMB_FLAGS = -f bin
+
+#################
+# Build rule order
+#################
+*_*_*_*_BUILDRULEORDER = nasm Nasm NASM asm Asm ASM S s
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits