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
This commit is contained in:
jljusten 2010-05-20 21:12:18 +00:00
parent 2ad29d0fe4
commit 2653bb431a
1 changed files with 2 additions and 1 deletions

View File

@ -391,7 +391,8 @@
X86ReadIdtr.c X86ReadIdtr.c
X86ReadGdtr.c X86ReadGdtr.c
X86Msr.c X86Msr.c
X86MemoryFence.c X86MemoryFence.c | MSFT
X86MemoryFence.c | INTEL
X86GetInterruptState.c X86GetInterruptState.c
X86FxSave.c X86FxSave.c
X86FxRestore.c X86FxRestore.c