Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

kbuild: deb-pkg: add debarch for ARCH=loongarch64

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@anheng.com.cn>
Signed-off-by: WangYuli <wangyuli@uniontech.com>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>

authored by

WangYuli and committed by
Masahiro Yamada
1195306e dbdffaf5

+2
+2
scripts/package/mkdebian
··· 77 77 debarch=i386 78 78 fi 79 79 ;; 80 + loongarch64) 81 + debarch=loong64 ;; 80 82 esac 81 83 if [ -z "$debarch" ]; then 82 84 debarch=$(dpkg-architecture -qDEB_HOST_ARCH)