Re: question about --print-architecture

2002-08-23 Thread Josip Rodin
On Fri, Aug 23, 2002 at 10:08:19AM +1000, Martijn van Oosterhout wrote: 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

question about --print-architecture

2002-08-22 Thread Martijn van Oosterhout
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