diff options
Diffstat (limited to 'target-sh4/cpu.h')
-rw-r--r-- | target-sh4/cpu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target-sh4/cpu.h b/target-sh4/cpu.h index ef818fdf25..7296d9eef4 100644 --- a/target-sh4/cpu.h +++ b/target-sh4/cpu.h @@ -25,6 +25,8 @@ #define TARGET_LONG_BITS 32 #define TARGET_HAS_ICE 1 +#define ELF_MACHINE EM_SH + #include "cpu-defs.h" #include "softfloat.h" |