diff --git a/debian/changelog b/debian/changelog index 7f6eb7c7..3ae683df 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +llvm-toolchain-18 (1:18.1.5-3) UNRELEASED; urgency=medium + + * Use gold plugin on mips64el, riscv64, loong64, sparc64 to create LLVMGold.so file + and fix a FTBFS + + -- Gianfranco Costamagna Wed, 08 May 2024 08:46:03 +0200 + llvm-toolchain-18 (1:18.1.5-2) unstable; urgency=medium * Add oracular as supported release diff --git a/debian/rules b/debian/rules index 9a10ad02..55904ee7 100755 --- a/debian/rules +++ b/debian/rules @@ -315,7 +315,7 @@ ifeq (,$(filter-out $(MOLD_DISABLE_DISTRO), $(DISTRO))) # control_vars += ', mold' endif -BINUTILS_GOLD_ARCHS := amd64 arm64 armhf i386 ppc64 ppc64el x32 s390x hurd-i386 kfreebsd-amd64 kfreebsd-i386 +BINUTILS_GOLD_ARCHS := amd64 arm64 armhf i386 ppc64 ppc64el x32 s390x hurd-i386 kfreebsd-amd64 kfreebsd-i386 riscv64 loong64 sparc64 mips64el ifeq ($(shell dpkg --compare-versions $(shell dpkg-query -W -f '$${Version}' binutils) ge 2.23.1-1~exp3 ; echo $$?),0) ifneq (,$(filter $(DEB_HOST_ARCH),$(BINUTILS_GOLD_ARCHS))) ifeq (${MOLD_ENABLE},no)