mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-03 10:07:11 +00:00
Enable ld gold for kfreebsd-amd64 and kfreebsd-i386 Many thanks to Svante Signell for the two updates
This commit is contained in:
parent
a5a2a2f386
commit
816b488b26
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -2,10 +2,10 @@ llvm-toolchain-7 (1:7.0.1-7) unstable; urgency=medium
|
||||
|
||||
* kfreebsd/kfreebsd-triple-clang.diff: update of the patch to fix
|
||||
the kfreebsd FTBFS (Closes: #921246)
|
||||
Many thanks to Svante Signell for the update
|
||||
* Enable ld gold for kfreebsd-amd64 and kfreebsd-i386
|
||||
Many thanks to Svante Signell for the two updates
|
||||
|
||||
|
||||
--
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 07 Feb 2019 17:17:40 +0100
|
||||
|
||||
llvm-toolchain-7 (1:7.0.1-6) unstable; urgency=medium
|
||||
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -113,7 +113,7 @@ endif
|
||||
# CMAKE_EXTRA += -DLLVM_ENABLE_LLD=ON
|
||||
# endif
|
||||
|
||||
BINUTILS_GOLD_ARCHS := amd64 arm64 armhf i386 ppc64 ppc64el x32 s390x hurd-i386
|
||||
BINUTILS_GOLD_ARCHS := amd64 arm64 armhf i386 ppc64 ppc64el x32 s390x hurd-i386 kfreebsd-amd64 kfreebsd-i386
|
||||
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)))
|
||||
# -fused-ld=gold enables the gold linker (but is not supported by all archs / distro)
|
||||
|
Loading…
Reference in New Issue
Block a user