summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg/Foundation/Library/CompilerStub
diff options
context:
space:
mode:
authorAJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524>2009-09-24 21:48:45 +0000
committerAJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524>2009-09-24 21:48:45 +0000
commite8de46808a7d2426116de79cdf2aeab43d5a5537 (patch)
treefa8a3c90384138fd31fd2079e1ef0bd0d0e53d7d /EdkCompatibilityPkg/Foundation/Library/CompilerStub
parentfbf926add92ee7c528aed264b0b71442b2caef04 (diff)
downloadedk2-platforms-e8de46808a7d2426116de79cdf2aeab43d5a5537.tar.xz
Fixed issues compiling for Apple gcc on IA-32
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9310 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Library/CompilerStub')
-rw-r--r--EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib.inf20
1 files changed, 12 insertions, 8 deletions
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