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 <hans@knorrie.org>
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