[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

question about --print-architecture



rum$ CC= dpkg --print-architecture
i386-none
rum$ CC=gcc dpkg --print-architecture
i386

flow$ CC= dpkg --print-architecture
i386-none
flow$ CC=gcc dpkg --print-architecture
i386

This is a problem when using make-kpkg because it can't find the
architecture. dpkg complains about i386-none not being in it's mapping
table.

By using HOSTCC=gcc make-kpkg it works fine.

kernel-package version 7.04.potato.3
dpkg version 1.9.9

Thanks,
-- 
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> There are 10 kinds of people in the world, those that can do binary
> arithmetic and those that can't.



Reply to: