[elbe-devel] [PATCH 1/1] riscv64 support

Sebastian Andrzej Siewior bigeasy at linutronix.de
Thu Oct 5 11:37:47 CEST 2023


On 2023-09-18 17:35:15 [+0200], Benedikt Spranger wrote:
> Add initial support for the new supported Debian architecture riscv64.
> 
> Co-developed-by: Hartmut Eilers <eilers at linutronix.de>
> Signed-off-by: Benedikt Spranger <b.spranger at linutronix.de>
Thank you.

> diff --git a/elbepack/xmldefaults.py b/elbepack/xmldefaults.py
> index 888b8886..f1d9c8eb 100644
> --- a/elbepack/xmldefaults.py
> +++ b/elbepack/xmldefaults.py
> @@ -174,6 +186,7 @@ defaults = {"armel": armel_defaults,
>              "ppc64el": ppc64el_defaults,
>              "amd64": amd64_defaults,
>              "i386": i386_defaults,
> +	    "riscv64": riscv64_defaults,
>              "nodefaults": {}}

The spacing looks off here.

Sebastian


More information about the elbe-devel mailing list