]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix some Linux's build issue.
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 26 Dec 2006 02:48:15 +0000 (02:48 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 26 Dec 2006 02:48:15 +0000 (02:48 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2138 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Ia32/ProcessorBind.h
MdePkg/Include/x64/ProcessorBind.h

index b0a991ef815b3e3373afd3d85fed93799b79b55a..dd38e4958b1ee25504f8d69784b7386ac76b0289 100644 (file)
@@ -179,3 +179,4 @@ typedef INT32   INTN;
 #endif\r
 \r
 #endif\r
+\r
index 0d31352e39d7c2cfc9a0f72fc543aabd07025167..34b35a89b8dcf488d4f924061d2e815202a41b40 100644 (file)
@@ -26,8 +26,9 @@
 //\r
 // Make sure we are useing the correct packing rules per EFI specification\r
 //\r
+#ifndef __GNUC__\r
 #pragma pack()\r
-\r
+#endif\r
 \r
 #if _MSC_EXTENSIONS \r
     \r