diff --git a/debian/changelog b/debian/changelog index 47ddbb34..89e2aa4b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 07 Feb 2019 17:17:40 +0100 llvm-toolchain-7 (1:7.0.1-6) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 5ecf357a..53e22967 100755 --- a/debian/rules +++ b/debian/rules @@ -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)