Thanks for the patch. I'm on vacation at the moment. I'll upload it after next
week, unless the new release is out sooner, in which case I'll upload that
which apparently also fixes this problem.

On Mon, Apr 25, 2022 at 07:07:02PM +0800, Bo YU wrote:
> Package: openmsx
> Version: 17.0-2
> Followup-For: Bug #1010148
> Control: tags -1 patch
> 
> Dear Maintainer,
> 
> sorry, I don't know why can attach patch if `repotbug --mutt`?
> send patch again.

> Last-Update: 2022-04-25
> 
> --- openmsx-17.0.orig/build/detectsys.py
> +++ openmsx-17.0/build/detectsys.py
> @@ -53,6 +53,8 @@ def detectCPU():
>               return 'sheb' if cpu.endswith('eb') else 'sh'
>       elif cpu == 'avr32':
>               return 'avr32'
> +     elif cpu == 'riscv64':
> +             return 'riscv64'
>       elif cpu == '':
>               # Python couldn't figure it out.
>               os = system().lower()

Attachment: signature.asc
Description: PGP signature

Reply via email to