[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250301042551.GA3565873@ax162>
Date: Fri, 28 Feb 2025 21:25:51 -0700
From: Nathan Chancellor <nathan@...nel.org>
To: WangYuli <wangyuli@...ontech.com>
Cc: masahiroy@...nel.org, nicolas@...sle.eu, linux-kbuild@...r.kernel.org,
linux-kernel@...r.kernel.org, chenhuacai@...ngson.cn,
kernel@...0n.name, revy@...pin.org, zhanjun@...ontech.com,
niecheng1@...ontech.com, guanwentao@...ontech.com,
chenlinxuan@...ontech.com, Shiwei Liu <liushiwei@...eng.com.cn>
Subject: Re: [PATCH] kbuild: deb-pkg: add debarch for ARCH=loongarch64
On Tue, Feb 25, 2025 at 02:26:19AM +0800, WangYuli wrote:
> Fix follow warning when 'make ARCH=loongarch64 bindeb-pkg':
>
> ** ** ** WARNING ** ** **
>
> Your architecture doesn't have its equivalent
> Debian userspace architecture defined!
> Falling back to the current host architecture (loong64).
> Please add support for loongarch64 to ./scripts/package/mkdebian ...
>
> Reported-by: Shiwei Liu <liushiwei@...eng.com.cn>
> Signed-off-by: WangYuli <wangyuli@...ontech.com>
Reviewed-by: Nathan Chancellor <nathan@...nel.org>
> ---
> scripts/package/mkdebian | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/scripts/package/mkdebian b/scripts/package/mkdebian
> index b6dd98ca860b..0178000197fe 100755
> --- a/scripts/package/mkdebian
> +++ b/scripts/package/mkdebian
> @@ -77,6 +77,8 @@ set_debarch() {
> debarch=i386
> fi
> ;;
> + loongarch64)
> + debarch=loong64 ;;
> esac
> if [ -z "$debarch" ]; then
> debarch=$(dpkg-architecture -qDEB_HOST_ARCH)
> --
> 2.47.2
>
Powered by blists - more mailing lists