X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Tools%2FCCode%2FSource%2FFwImage%2Ffwimage.c;h=f51f824e22664539f64918056dd5a789b13f1ab1;hp=97229ce09e57d1816d953095033b0fd172470bdb;hb=7e9f4e1d8e0b0d145c3a91fdbfb349adb5f084e0;hpb=2074c9cfbdeb8157d59253dce943f15ddf7d640a diff --git a/Tools/CCode/Source/FwImage/fwimage.c b/Tools/CCode/Source/FwImage/fwimage.c index 97229ce09e..f51f824e22 100644 --- a/Tools/CCode/Source/FwImage/fwimage.c +++ b/Tools/CCode/Source/FwImage/fwimage.c @@ -25,7 +25,7 @@ Abstract: // List of OS and CPU which support ELF to PE conversion // #if defined(linux) -#if defined(i386) +#if defined (__i386__) || defined(__x86_64__) #define HAVE_ELF #endif #endif