]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/CCode/Source/FwImage/fwimage.c
Merge the patch provided by Johnson
[mirror_edk2.git] / Tools / CCode / Source / FwImage / fwimage.c
index 97229ce09e57d1816d953095033b0fd172470bdb..f51f824e22664539f64918056dd5a789b13f1ab1 100644 (file)
@@ -25,7 +25,7 @@ Abstract:
 // List of OS and CPU which support ELF to PE conversion\r
 //\r
 #if defined(linux)
-#if defined(i386)
+#if defined (__i386__) || defined(__x86_64__)
 #define HAVE_ELF
 #endif
 #endif