]> git.proxmox.com Git - mirror_qemu.git/blobdiff - linux-user/openrisc/target_elf.h
linux-user: Move target_struct.h generic definitions to generic/
[mirror_qemu.git] / linux-user / openrisc / target_elf.h
index 40ceb025c9857f38999aedae4347e8599d0d420c..265ecd30794d4901f05db9ccaaaa4b371ad1d1f5 100644 (file)
@@ -9,6 +9,6 @@
 #define OPENRISC_TARGET_ELF_H
 static inline const char *cpu_get_model(uint32_t eflags)
 {
-    return "or1200";
+    return "any";
 }
 #endif