diff options
Diffstat (limited to 'target-ppc')
-rw-r--r-- | target-ppc/cpu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target-ppc/cpu.h b/target-ppc/cpu.h index 88d91358e..f05fb280b 100644 --- a/target-ppc/cpu.h +++ b/target-ppc/cpu.h @@ -32,6 +32,8 @@ #define TARGET_HAS_ICE 1 +#define ELF_MACHINE EM_PPC + /* XXX: this should be tunable: PowerPC 601 & 64 bits PowerPC * have different cache line sizes */ |