* debian/rules:

- Ensure ld-gold is used. CMake invokes the linker through g++ most of the
      time, therefore we need to set -Wl,-fuse-ld=gold.
    - Remove unused variable "confargs".
* Followup to fix the cmake install (Closes: #819072)
* Fix an issue with scan-view (Closes: #825101)
This commit is contained in:
Sylvestre Ledru 2016-06-12 16:28:53 +00:00
parent a2e95647d4
commit 1597edb49b

22
debian/changelog vendored
View File

@ -1,13 +1,3 @@
llvm-toolchain-snapshot (1:3.9~svn272379-1.1) UNRELEASED; urgency=medium
* Non-maintainer upload.
* debian/rules:
- Ensure ld-gold is used. CMake invokes the linker through g++ most of the
time, therefore we need to set -Wl,-fuse-ld=gold.
- Remove unused variable "confargs".
-- Kai Wasserbäch <curan@debian.org> Fri, 10 Jun 2016 20:07:20 +0200
llvm-toolchain-snapshot (1:3.9~svn272379-1) unstable; urgency=medium
* Remove the autoconf section
@ -32,6 +22,18 @@ llvm-toolchain-snapshot (1:3.9~svn272379-1) unstable; urgency=medium
[ Ed Schouten ]
* Preparation of the support of lld (not ready yet)
[ Kai Wasserbäch ]
* debian/rules:
- Ensure ld-gold is used. CMake invokes the linker through g++ most of the
time, therefore we need to set -Wl,-fuse-ld=gold.
- Remove unused variable "confargs".
[ Brad King ]
* Followup to fix the cmake install (Closes: #819072)
[ Alexis La Goutte ]
* Fix an issue with scan-view (Closes: #825101)
-- Sylvestre Ledru <sylvestre@debian.org> Fri, 10 Jun 2016 10:22:26 +0200
llvm-toolchain-snapshot (1:3.9~svn260851-1) unstable; urgency=medium