]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Add align build option to avoid the build issues.
authorgdong1 <gdong1@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 4 Mar 2010 07:29:53 +0000 (07:29 +0000)
committergdong1 <gdong1@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 4 Mar 2010 07:29:53 +0000 (07:29 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10181 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf

index c59bb4b810935efb1525ef01b5fe9b82bb7dac39..6fdbe1db3481d8cf6d84bab39357b070403bdfda 100644 (file)
 \r
 [Depex]\r
   TRUE\r
+\r
+[BuildOptions]\r
+# It is required for IA32-version consumer of CryptoLib to add the \r
+# following build options to avoid the build issues.\r
+  MSFT:*_*_IA32_DLINK_FLAGS = /ALIGN:256\r
+  INTEL:*_*_IA32_DLINK_FLAGS = /ALIGN:256\r
+  
\ No newline at end of file