From 2653bb431a9f9636bd8dbd7b3119f02a7befb7b6 Mon Sep 17 00:00:00 2001 From: jljusten Date: Thu, 20 May 2010 21:12:18 +0000 Subject: MdePkg BaseLib: Fix GCC build break Only use X86MemoryFence.c for INTEL and MSFT. MemoryFence is defined in GccInline.c for GCC. This change is the same as r10522, but for X64. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10525 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/BaseLib/BaseLib.inf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'MdePkg/Library') diff --git a/MdePkg/Library/BaseLib/BaseLib.inf b/MdePkg/Library/BaseLib/BaseLib.inf index 4f7026bdfe..d3da105229 100644 --- a/MdePkg/Library/BaseLib/BaseLib.inf +++ b/MdePkg/Library/BaseLib/BaseLib.inf @@ -391,7 +391,8 @@ X86ReadIdtr.c X86ReadGdtr.c X86Msr.c - X86MemoryFence.c + X86MemoryFence.c | MSFT + X86MemoryFence.c | INTEL X86GetInterruptState.c X86FxSave.c X86FxRestore.c -- cgit v1.2.3