mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-24 00:07:37 +00:00
also ignore libc++experimental.a on dh_strip (fails on stretch)
This commit is contained in:
parent
af42e860c3
commit
f2d5bf8c09
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -1,6 +1,7 @@
|
||||
llvm-toolchain-7 (1:7~+rc1-1~exp4) UNRELEASED; urgency=medium
|
||||
|
||||
* Force sphinx to be >> 1.2.3
|
||||
* also ignore libc++experimental.a on dh_strip (fails on stretch)
|
||||
|
||||
[ John Paul Adrian Glaubitz ]
|
||||
* Don't build with ld.gold on powerpcspe
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -609,7 +609,7 @@ endif
|
||||
# endif
|
||||
ifeq ($(shell dpkg --compare-versions $(shell dpkg-query -W -f '$${Version}' binutils) ge 2.28 ; echo $$?),0)
|
||||
# strip segfaults on libFuzzer.a
|
||||
dh_strip -a -v -XlibFuzzer.a -Xlibc++.a -Xlibc++abi.a
|
||||
dh_strip -a -v -XlibFuzzer.a -Xlibc++.a -Xlibc++abi.a -Xlibc++experimental.a
|
||||
else
|
||||
dh_strip -a -v
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user