mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 11:22:34 +00:00
amd64 doesn't need gsplit dwarf
This commit is contained in:
parent
7ca45311b1
commit
c2179a304d
2
debian/rules
vendored
2
debian/rules
vendored
@ -35,7 +35,7 @@ ifneq (,$(filter $(DEB_HOST_ARCH),powerpc powerpcspe))
|
|||||||
LDFLAGS_EXTRA += -latomic
|
LDFLAGS_EXTRA += -latomic
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ENABLE_SPLIT_DWARF_ARCHS := armel armhf i386 mips powerpc amd64
|
ENABLE_SPLIT_DWARF_ARCHS := armel armhf i386 mips powerpc
|
||||||
# Only enable gsplit dwarf on archs which needs it
|
# Only enable gsplit dwarf on archs which needs it
|
||||||
ifneq (,$(filter $(DEB_HOST_ARCH),$(ENABLE_SPLIT_DWARF_ARCHS)))
|
ifneq (,$(filter $(DEB_HOST_ARCH),$(ENABLE_SPLIT_DWARF_ARCHS)))
|
||||||
ifeq ($(shell dpkg --compare-versions $(shell dpkg-query -W -f '$${Version}' binutils) ge 2.22.52.0.4 ; echo $$?),0)
|
ifeq ($(shell dpkg --compare-versions $(shell dpkg-query -W -f '$${Version}' binutils) ge 2.22.52.0.4 ; echo $$?),0)
|
||||||
|
Loading…
Reference in New Issue
Block a user