Package: architecture-properties
Version: 0.2.2
Severity: normal
X-Debbugs-Cc: [email protected]
Dear Maintainer,
Refer to the riscv architecture code to add support for loong64, and the local
test has passed the compilation.
wuruilong
--- architecture-properties-0.2.5/debian/tests/foreign-cross-exe-wrapper
2025-01-26 10:50:00.000000000 +0000
+++ architecture-properties/debian/tests/foreign-cross-exe-wrapper
2025-02-26 07:23:11.170122860 +0000
@@ -9,7 +9,7 @@
DEB_HOST_ARCH=$(dpkg --print-architecture)
-ARCHITECTURES="amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x"
+ARCHITECTURES="amd64 arm64 armel armhf i386 loong64 mips64el ppc64el riscv64
s390x"
for arch in $ARCHITECTURES; do
test "$arch" = "$DEB_HOST_ARCH" && continue