diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-01-25 02:45:41 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-01-25 02:45:41 +0000 |
commit | 1a8a2ed39ad66a51aa2ae622e5165b631279003d (patch) | |
tree | 53c3877dfd0dc797936f1e7862ecb209a2050313 /MdePkg/Library/BaseMemoryLibSse2 | |
parent | ceea362ed6c5e41ce78fbf8b9da8428c7f794136 (diff) | |
download | edk2-platforms-1a8a2ed39ad66a51aa2ae622e5165b631279003d.tar.xz |
BaseMemoryLibSse2 library doesn't support IPF and EBC. I remove these archs for this module.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2307 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BaseMemoryLibSse2')
-rw-r--r-- | MdePkg/Library/BaseMemoryLibSse2/BaseMemoryLibSse2.msa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseMemoryLibSse2/BaseMemoryLibSse2.msa b/MdePkg/Library/BaseMemoryLibSse2/BaseMemoryLibSse2.msa index be6c27d186..5415b3db95 100644 --- a/MdePkg/Library/BaseMemoryLibSse2/BaseMemoryLibSse2.msa +++ b/MdePkg/Library/BaseMemoryLibSse2/BaseMemoryLibSse2.msa @@ -18,7 +18,7 @@ <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
</MsaHeader>
<ModuleDefinitions>
- <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
+ <SupportedArchitectures>IA32 X64</SupportedArchitectures>
<BinaryModule>false</BinaryModule>
<OutputFileBasename>BaseMemoryLibSse2</OutputFileBasename>
</ModuleDefinitions>
|