Hi,

> 
>         This is not quite right. We genrallt get architecture from
>  DEB_HOST_GNU_CPU -- is there a reason why this does not just work for
>  amd64?

The main problem is that minimal.mk does not include 
architecture.mk

architecture.mk will define the proper KERNEL_ARCH, by
including the proper arch/XX.mk.

kernel/ruleset/misc/defaults.mk is used instead.

I am suspecting that powerpc will also suffer the same 
problem as x86_64.



make-kpkg --arch=x86_64 (Kernel architecture)
will set:
architecture=amd64 (Debian architecture)
which will in turn set:
KERNEL_ARCH=x86_64 (Kernel architecture)

This is a bit long-winded...


regards,
        junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to