diff --git a/debian/changelog b/debian/changelog index 6a6f931c..6bada720 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,10 @@ llvm-toolchain-3.8 (1:3.8.1-9) unstable; urgency=medium * Generate manpages for lli, lldb-mi & git-clang-format * Fix some lintian overrides + * Bring back the lto (gone with the cmake migration) + (Closes: #819333) (upstream: #27223) - -- + -- Sylvestre Ledru Mon, 08 Aug 2016 18:50:13 +0200 llvm-toolchain-3.8 (1:3.8.1-8) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 634def5d..e03e3942 100755 --- a/debian/rules +++ b/debian/rules @@ -73,6 +73,7 @@ ifneq (,$(filter $(DEB_HOST_ARCH),$(BINUTILS_GOLD_ARCHS))) # -fused-ld=gold enables the gold linker (but is not supported by all archs / distro) LDFLAGS_EXTRA += -fuse-ld=gold CXXFLAGS_EXTRA += -Wl,-fuse-ld=gold + CMAKE_EXTRA += -DLLVM_BINUTILS_INCDIR=/usr/include/ endif endif