From dea2d5e7fc8db0007faa4c9142ac3a2ad7166aa2 Mon Sep 17 00:00:00 2001 From: Hans van Kranenburg Date: Tue, 15 Dec 2020 14:56:28 +0100 Subject: [PATCH] Revert "debian/rules: Set CC/LD to enable cross-building" This reverts commit 900c79958963e72192fbf3654b38a5c7f8353176. Unfortunately, this change causes an FTBFS on i386, because what we need to call on i386 is i686-linux-gnu-gcc. Sigh. For now, revert the change, so we can get the security updates out. Later we will have to see how to properly fix this. Signed-off-by: Hans van Kranenburg --- debian/rules | 2 -- 1 file changed, 2 deletions(-) diff --git a/debian/rules b/debian/rules index c7c7f916b4..a0e269c36f 100755 --- a/debian/rules +++ b/debian/rules @@ -135,8 +135,6 @@ dpkg_CPPFLAGS := $(shell $(dbmo) dpkg-buildflags --get CPPFLAGS) dpkg_LDFLAGS := $(shell $(dbmo) dpkg-buildflags --get LDFLAGS) make_args_common := \ - CC=$(DEB_HOST_MULTIARCH)-gcc \ - LD=$(DEB_HOST_MULTIARCH)-ld \ XEN_COMPILE_ARCH=$(xen_arch_$(DEB_BUILD_ARCH)) \ V=1 -- 2.30.2