mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-01 22:55:52 +00:00
Add some more archs to GOLD, to fix missing LLVMgold plugin
This commit is contained in:
parent
98b1c19d78
commit
bb4d2ae67e
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -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 <locutusofborg@debian.org> Wed, 08 May 2024 08:46:03 +0200
|
||||
|
||||
llvm-toolchain-18 (1:18.1.5-2) unstable; urgency=medium
|
||||
|
||||
* Add oracular as supported release
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user