mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-10-19 14:39:04 +00:00
fix the declaration
This commit is contained in:
parent
3c89d34e4c
commit
d6e4a307b0
2
debian/rules
vendored
2
debian/rules
vendored
@ -693,7 +693,7 @@ endif
|
|||||||
# ifeq (${LLD_ENABLE},yes)
|
# ifeq (${LLD_ENABLE},yes)
|
||||||
# PATH=$(CURDIR)/:$$PATH dh_strip -p liblld-$(LLVM_VERSION) --dbg-package=liblld-$(LLVM_VERSION)-dbg
|
# PATH=$(CURDIR)/:$$PATH dh_strip -p liblld-$(LLVM_VERSION) --dbg-package=liblld-$(LLVM_VERSION)-dbg
|
||||||
# endif
|
# endif
|
||||||
ifeq ($(shell dpkg --compare-versions $(shell dpkg-query -W -f '$${Version}' binutils) ge 2.28 ; echo $$?),0)
|
ifeq ($(shell dpkg --compare-versions $(shell dpkg-query -W -f '$${Version}' binutils) lt 2.28 ; echo $$?),0)
|
||||||
: # Workaround some issues with stripping by using llvm's
|
: # Workaround some issues with stripping by using llvm's
|
||||||
if test ! -f $(CURDIR)/strip; then \
|
if test ! -f $(CURDIR)/strip; then \
|
||||||
ln -s $(CURDIR)/debian/llvm-$(LLVM_VERSION)/usr/lib/llvm-$(LLVM_VERSION)/bin/llvm-strip $(CURDIR)/strip; \
|
ln -s $(CURDIR)/debian/llvm-$(LLVM_VERSION)/usr/lib/llvm-$(LLVM_VERSION)/bin/llvm-strip $(CURDIR)/strip; \
|
||||||
|
Loading…
Reference in New Issue
Block a user