This patch is committed at r18766.

Thanks
Liming
From: af...@apple.com [mailto:af...@apple.com]
Sent: Tuesday, November 10, 2015 11:31 PM
To: Gao, Liming
Cc: edk2-devel; Kinney, Michael D
Subject: Re: MdePkg: Enable Xcode build of BaseLib without


On Nov 10, 2015, at 12:22 AM, Gao, Liming 
<liming....@intel.com<mailto:liming....@intel.com>> wrote:

Reviewed-by: Liming Gao <liming....@intel.com<mailto:liming....@intel.com>>

Liming,

Can you commit the patch?

Thanks,

Andrew Fsih

>cat 0004-MdePkg-BaseLib-don-t-require-NASM-with-Xcode.patch
>From 8f4666bc80d6d4844e73b3a221e50d587ef09cec Mon Sep 17 00:00:00 2001
From: andrew fish <af...@apple.com<mailto:af...@apple.com>>
Date: Mon, 9 Nov 2015 22:46:32 -0800
Subject: [PATCH 4/4] MdePkg: BaseLib don't require NASM with Xcode

Don't require NASM for simple edk2 Xcode projects.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Andrew Fish <af...@apple.com<mailto:af...@apple.com>>
Reviewed-by: Liming Gao <liming....@intel.com<mailto:liming....@intel.com>>
---
 MdePkg/Library/BaseLib/BaseLib.inf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MdePkg/Library/BaseLib/BaseLib.inf 
b/MdePkg/Library/BaseLib/BaseLib.inf
index 4cc86d7..e83a569 100644
--- a/MdePkg/Library/BaseLib/BaseLib.inf
+++ b/MdePkg/Library/BaseLib/BaseLib.inf
@@ -257,6 +257,7 @@

   Ia32/GccInline.c | GCC
   Ia32/Thunk16.nasm | GCC
+  Ia32/Thunk16.S | XCODE
   Ia32/EnableDisableInterrupts.S | GCC
   Ia32/EnablePaging64.S | GCC
   Ia32/DisablePaging32.S | GCC
@@ -413,6 +414,7 @@
   X86DisablePaging32.c
   X64/GccInline.c | GCC
   X64/Thunk16.nasm | GCC
+  X64/Thunk16.S | XCODE
   X64/SwitchStack.S | GCC
   X64/SetJump.S | GCC
   X64/LongJump.S | GCC
--
2.3.2 (Apple Git-55)

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to