* [PATCH] BaseTools/Conf: apply nasmb, asm16 build rule order
@ 2017-08-02 20:30 Chris Ruffin
2017-08-03 15:08 ` Gao, Liming
0 siblings, 1 reply; 2+ messages in thread
From: Chris Ruffin @ 2017-08-02 20:30 UTC (permalink / raw)
To: edk2-devel
Prioritize nasmb rule over asm16 where both source types are specified.
Change-Id: I33ec348dab66b313ddb05cb15f2d8407a648c320
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Chris Ruffin <chris.ruffin@intel.com>
---
BaseTools/Conf/tools_def.template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/BaseTools/Conf/tools_def.template b/BaseTools/Conf/tools_def.template
index 4b1b7b548c..689b6ec501 100755
--- a/BaseTools/Conf/tools_def.template
+++ b/BaseTools/Conf/tools_def.template
@@ -7756,4 +7756,4 @@ RELEASE_RVCTCYGWIN_ARM_CC_FLAGS = "$(CCPATH_FLAG)" $(ARCHCC_FLAGS) $(PLATFORM_F
#################
# Build rule order
#################
-*_*_*_*_BUILDRULEORDER = nasm asm Asm ASM S s
+*_*_*_*_BUILDRULEORDER = nasm asm Asm ASM S s nasmb asm16
--
2.13.3.windows.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] BaseTools/Conf: apply nasmb, asm16 build rule order
2017-08-02 20:30 [PATCH] BaseTools/Conf: apply nasmb, asm16 build rule order Chris Ruffin
@ 2017-08-03 15:08 ` Gao, Liming
0 siblings, 0 replies; 2+ messages in thread
From: Gao, Liming @ 2017-08-03 15:08 UTC (permalink / raw)
To: Ruffin, Chris, edk2-devel@lists.01.org
Reviewed-by: Liming Gao <liming.gao@intel.com>
> -----Original Message-----
> From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Chris Ruffin
> Sent: Thursday, August 3, 2017 4:30 AM
> To: edk2-devel@lists.01.org
> Subject: [edk2] [PATCH] BaseTools/Conf: apply nasmb, asm16 build rule order
>
> Prioritize nasmb rule over asm16 where both source types are specified.
>
> Change-Id: I33ec348dab66b313ddb05cb15f2d8407a648c320
> Contributed-under: TianoCore Contribution Agreement 1.0
> Signed-off-by: Chris Ruffin <chris.ruffin@intel.com>
> ---
> BaseTools/Conf/tools_def.template | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/BaseTools/Conf/tools_def.template b/BaseTools/Conf/tools_def.template
> index 4b1b7b548c..689b6ec501 100755
> --- a/BaseTools/Conf/tools_def.template
> +++ b/BaseTools/Conf/tools_def.template
> @@ -7756,4 +7756,4 @@ RELEASE_RVCTCYGWIN_ARM_CC_FLAGS = "$(CCPATH_FLAG)" $(ARCHCC_FLAGS) $(PLATFORM_F
> #################
> # Build rule order
> #################
> -*_*_*_*_BUILDRULEORDER = nasm asm Asm ASM S s
> +*_*_*_*_BUILDRULEORDER = nasm asm Asm ASM S s nasmb asm16
> --
> 2.13.3.windows.1
>
> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.01.org
> https://lists.01.org/mailman/listinfo/edk2-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-08-03 15:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-02 20:30 [PATCH] BaseTools/Conf: apply nasmb, asm16 build rule order Chris Ruffin
2017-08-03 15:08 ` Gao, Liming
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox