Steffen Möller pushed to branch master at Debian Med / diamond-aligner
Commits: ed94f534 by Dandan Zhang at 2023-08-19T04:07:58+00:00 Add LoongArch support - - - - - 2 changed files: - debian/control - debian/rules Changes: ===================================== debian/control ===================================== @@ -14,7 +14,7 @@ Homepage: https://github.com/bbuchfink/diamond Rules-Requires-Root: no Package: diamond-aligner -Architecture: any-amd64 arm64 ppc64el s390x ia64 ppc64 riscv64 sparc64 +Architecture: any-amd64 arm64 ppc64el s390x ia64 ppc64 riscv64 sparc64 loong64 Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: med-config ===================================== debian/rules ===================================== @@ -9,7 +9,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all include /usr/share/dpkg/default.mk # Use the gold linker where we can -ifeq (,$(filter $(DEB_HOST_ARCH),alpha hppa ia64 m68k riscv64 sh4)) +ifeq (,$(filter $(DEB_HOST_ARCH),alpha hppa ia64 loong64 m68k riscv64 sh4)) export LD=ld.gold export DEB_CFLAGS_MAINT_APPEND+=-fuse-ld=gold export DEB_CXXFLAGS_MAINT_APPEND+=-fuse-ld=gold View it on GitLab: https://salsa.debian.org/med-team/diamond-aligner/-/commit/ed94f5343144339d1220b1806958d3ab9397727c -- View it on GitLab: https://salsa.debian.org/med-team/diamond-aligner/-/commit/ed94f5343144339d1220b1806958d3ab9397727c You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
