Bug#878832: tbb: FTBFS on hppa: rml::pool_* undefined
John David Anglin
dave.anglin at bell.net
Sat Dec 22 20:23:47 GMT 2018
The problem is "arch" is not defined for hppa in linux.inc.
Regards,
Dave Anglin
--
John David Anglin dave.anglin at bell.net
-------------- next part --------------
--- ./build/linux.inc.save 2014-11-17 22:21:52.674304007 -0500
+++ ./build/linux.inc 2014-11-17 22:25:35.916722257 -0500
@@ -70,6 +70,9 @@
ifeq ($(uname_m),ppc)
export arch:=ppc32
endif
+ ifeq ($(deb_host_arch),hppa)
+ export arch:=hppa
+ endif
ifeq ($(deb_host_arch),x32)
export arch:=x32
endif
@@ -130,6 +133,9 @@
ifeq ($(arch),armv7)
def_prefix = lin32
endif
+ifeq ($(arch),hppa)
+ def_prefix = lin32
+endif
ifeq (,$(def_prefix))
ifeq (64,$(findstring 64,$(arch)))
def_prefix = lin64
More information about the debian-science-maintainers
mailing list