reopen 664854
thanks
Sorry for being slow at replying. I tried versions 13.003 and 13.008
of kernel-package, and the armel architecture is still broken:
* in 13.003, the arches/armel.mk rule file was re-added, but
architecture.mk does not include it, so it is inoperative;
* and in 13.008, it is included conditionally under a test
ifeq ($(strip $(architecture)),arm)
but itself starts with
ifeq ($(strip $(architecture)),armel)
so the two never match together.
Now I really don't know whether the proper value of $(architecture)
for armel should be "arm" or "armel", nor what $(DEB_HOST_ARCH) should
be, that's a Debian policy decision that's way above my head; but at
any rate, a consistent choice should be made, and it should be
accessible.
--
David A. Madore
( http://www.madore.org/~david/ )
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]