On Fri, Nov 10, 2017 at 03:49:58PM +0100, Helmut Grohne wrote: > ifeq ($(DEB_HOST_ARCH_BITS),32) > LDFLAGS += -Wl,--no-keep-memory > endif > > -ifeq ($(DEB_BUILD_ARCH),alpha) > +ifeq ($(DEB_HOST_ARCH),alpha) > LDFLAGS += -Wl,--no-relax > endif
Wait a minute, why do you change this to DEB_HOST_ARCH here? Shouldn't we be using the DEB_BUILD_* variables in these two cases? Berto

