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.0+88-g1d1d1f5391-2+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1ad0224db8b30f13df6ca645012e79ee17e5cb1d;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