From c2179a304d29a983a34d3eaf323262e644fd7ffd Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 6 Sep 2017 11:36:25 +0000 Subject: [PATCH] amd64 doesn't need gsplit dwarf --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index f4feb3ef..7a85ef18 100755 --- a/debian/rules +++ b/debian/rules @@ -35,7 +35,7 @@ ifneq (,$(filter $(DEB_HOST_ARCH),powerpc powerpcspe)) LDFLAGS_EXTRA += -latomic 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 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)