The problem is "arch" is not defined for hppa in linux.inc.
Regards,
Dave Anglin
--
John David Anglin [email protected]
--- ./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
--
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers