From: Hans van Kranenburg Date: Tue, 15 Dec 2020 13:56:28 +0000 (+0100) Subject: Revert "debian/rules: Set CC/LD to enable cross-building" X-Git-Tag: archive/raspbian/4.14.1+11-gb0b734a8b3-1+rpi1^2~63 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=dea2d5e7fc8db0007faa4c9142ac3a2ad7166aa2;p=xen.git 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 --- 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