diff options
Diffstat (limited to 'linux-user/riscv/target_elf.h')
| -rw-r--r-- | linux-user/riscv/target_elf.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/linux-user/riscv/target_elf.h b/linux-user/riscv/target_elf.h index dedd5956f3..48d9af557b 100644 --- a/linux-user/riscv/target_elf.h +++ b/linux-user/riscv/target_elf.h @@ -7,8 +7,7 @@ #ifndef RISCV_TARGET_ELF_H #define RISCV_TARGET_ELF_H -static inline const char *cpu_get_model(uint32_t eflags) -{ - return "max"; -} + +#define HAVE_ELF_HWCAP 1 + #endif |