mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 11:22:34 +00:00
intel-pt: show a message when disabled
This commit is contained in:
parent
12059d75d8
commit
70922e1ac0
2
debian/rules
vendored
2
debian/rules
vendored
@ -469,6 +469,8 @@ ifneq (,$(filter $(DEB_HOST_ARCH),i386 amd64))
|
|||||||
# Disable intel-pt on old distro, fails on bionic (too old)
|
# Disable intel-pt on old distro, fails on bionic (too old)
|
||||||
ifeq (,$(filter $(DISTRO), $(INTEL_PT_DISABLE_DISTRO)))
|
ifeq (,$(filter $(DISTRO), $(INTEL_PT_DISABLE_DISTRO)))
|
||||||
STAGE_ALL_CMAKE_EXTRA += -DLLDB_BUILD_INTEL_PT=ON -DLIBIPT_INCLUDE_PATH=/usr/include -DLIBIPT_LIBRARY_PATH=/usr/lib/$(DEB_HOST_MULTIARCH)
|
STAGE_ALL_CMAKE_EXTRA += -DLLDB_BUILD_INTEL_PT=ON -DLIBIPT_INCLUDE_PATH=/usr/include -DLIBIPT_LIBRARY_PATH=/usr/lib/$(DEB_HOST_MULTIARCH)
|
||||||
|
else
|
||||||
|
$(info Intel PT disabled for $(DISTRO))
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user