This is the minimal change beginning with TARGET_ARCH in configs/targets/or1k-* from openrisc to or1k, then adjust TARGET_OR1K, QEMU_ARCH_OR1K, directory names, and meson.build to match. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20260205030244.266447-2-richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
8 lines
149 B
C
8 lines
149 B
C
#ifndef OR1K_TARGET_ERRNO_DEFS_H
|
|
#define OR1K_TARGET_ERRNO_DEFS_H
|
|
|
|
/* Target uses generic errno */
|
|
#include "../generic/target_errno_defs.h"
|
|
|
|
#endif
|