Browse Source
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>pull/319/head
committed by
Philippe Mathieu-Daudé
54 changed files with 23 additions and 23 deletions
@ -1,5 +0,0 @@ |
|||||
syscall_nr_generators += { |
|
||||
'openrisc': generator(sh, |
|
||||
arguments: [ meson.current_source_dir() / 'syscallhdr.sh', '@INPUT@', '@OUTPUT@', '@EXTRA_ARGS@' ], |
|
||||
output: '@BASENAME@_nr.h') |
|
||||
} |
|
||||
@ -0,0 +1,5 @@ |
|||||
|
syscall_nr_generators += { |
||||
|
'or1k': generator(sh, |
||||
|
arguments: [ meson.current_source_dir() / 'syscallhdr.sh', '@INPUT@', '@OUTPUT@', '@EXTRA_ARGS@' ], |
||||
|
output: '@BASENAME@_nr.h') |
||||
|
} |
||||
@ -1,3 +1,3 @@ |
|||||
config OPENRISC |
config OR1K |
||||
bool |
bool |
||||
select DEVICE_TREE # needed by boot.c |
select DEVICE_TREE # needed by boot.c |
||||
Loading…
Reference in new issue