X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkCompatibilityPkg%2FFoundation%2FLibrary%2FCompilerStub%2FCompilerStubLib.inf;h=646c298754681a689fb55e771f9de62247e5f101;hp=fdfb0af8e1ed6e27d9d1d9aa181df18e055067bf;hb=e8de46808a7d2426116de79cdf2aeab43d5a5537;hpb=fbf926add92ee7c528aed264b0b71442b2caef04 diff --git a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib.inf b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib.inf index fdfb0af8e1..646c298754 100644 --- a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib.inf +++ b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib.inf @@ -26,16 +26,20 @@ COMPONENT_TYPE = LIBRARY [sources.common] [sources.ia32] - Ia32\memcpyRep1.asm - Ia32\memsetRep4.asm -# Ia32\memcpy.asm -# Ia32\memset.asm + Ia32/memcpyRep1.asm | MSFT + Ia32/memcpyRep1.asm | INTEL + Ia32/memsetRep4.asm | MSFT + Ia32/memsetRep4.asm | INTEL + memcpy.c | GCC + memset.c | GCC [sources.x64] - x64\memcpyRep1.asm - x64\memsetRep4.asm -# x64\memcpy.asm -# x64\memset.asm + x64/memcpyRep1.asm | MSFT + x64/memcpyRep1.asm | INTEL + x64/memsetRep4.asm | MSFT + x64/memsetRep4.asm | INTEL + memcpy.c | GCC + memset.c | GCC [sources.Ipf] memcpy.c