1
0

sync with Debian

version: 14.3.0-7 (UNRELEASED)
commit: 1fce39729a3f2eeebe194de8d8892899a9fbea9d
This commit is contained in:
2025-09-08 09:51:06 +03:00
parent ada79875d5
commit 1ec08d0857
6 changed files with 606 additions and 42 deletions

3
debian/rules.defs vendored
View File

@@ -1107,6 +1107,9 @@ ifeq ($(with_d),yes)
phobos_archs += mipsn32 mipsn32el
phobos_archs += mipsr6 mipsr6el mipsn32r6 mipsn32r6el mips64r6 mips64r6el
phobos_archs += riscv64 s390x loong64 sparc64
ifneq (,$(filter $(distrelease),trusty xenial bionic focal jammy noble oracle plucky))
phobos_archs := $(filter-out sparc64, $(phobos_archs))
endif
phobos_archs += $(druntime_only_archs)
phobos_archs := $(sort $(phobos_archs))
ifneq (,$(filter $(DEB_TARGET_ARCH), $(phobos_archs)))