Control: tags -1 + patch On Thu, Nov 26, 2015 at 08:02:10AM +0100, Helmut Grohne wrote: > I am testing cross builds with setting NSS_DISABLE_GTESTS=1 and with > setting CCC=$(CXX) now.
Both work for me. I am attaching the patch for the latter. Helmut
--- a/debian/rules +++ b/debian/rules @@ -33,10 +34,9 @@ endif ifeq ($(origin CXX),default) TOOLCHAIN += CXX=$(DEB_HOST_GNU_TYPE)-g++ +CXX := $(DEB_HOST_GNU_TYPE)-g++ endif -ifeq ($(origin CCC),default) -TOOLCHAIN += CCC=$(DEB_HOST_GNU_TYPE)-g++ +TOOLCHAIN += CCC=$(CXX) -endif ifeq ($(origin RANLIB),default) TOOLCHAIN += RANLIB=$(DEB_HOST_GNU_TYPE)-ranlib endif