Re: architecture detection

2004-09-28 Thread Joe Nahmias
Hello Hubert, On Tue, Sep 28, 2004 at 09:32:50AM +1000, Matthew Palmer wrote: On Mon, Sep 27, 2004 at 07:25:45PM -0400, Hubert Chan wrote: I am compiling under. What is the suggested/easiest/best/proper/Debian way to do this? dpkg --print-architecture. Actually, I think the more proper

Re: architecture detection

2004-09-28 Thread Antti-Juhani Kaijanaho
On 20040927T192545-0400, Hubert Chan wrote: In order to compile these properly, I need to detect what architecture I am compiling under. What is the suggested/easiest/best/proper/Debian way to do this? I assume what yuo really want to know is what architecture you are compiling _for_ instead

architecture detection

2004-09-27 Thread Hubert Chan
I maintain the hashcash package. Recent upstream versions have included optimized assembly routines for MMX (x86) and Altivec (PPC). In order to compile these properly, I need to detect what architecture I am compiling under. What is the suggested/easiest/best/proper/Debian way to do this? The

Re: architecture detection

2004-09-27 Thread Matthew Palmer
On Mon, Sep 27, 2004 at 07:25:45PM -0400, Hubert Chan wrote: I maintain the hashcash package. Recent upstream versions have included optimized assembly routines for MMX (x86) and Altivec (PPC). In order to compile these properly, I need to detect what architecture I am compiling under. What

Re: architecture detection

2004-09-27 Thread Joe Nahmias
Hello Hubert, On Tue, Sep 28, 2004 at 09:32:50AM +1000, Matthew Palmer wrote: On Mon, Sep 27, 2004 at 07:25:45PM -0400, Hubert Chan wrote: I am compiling under. What is the suggested/easiest/best/proper/Debian way to do this? dpkg --print-architecture. Actually, I think the more proper

architecture detection

2004-09-27 Thread Hubert Chan
I maintain the hashcash package. Recent upstream versions have included optimized assembly routines for MMX (x86) and Altivec (PPC). In order to compile these properly, I need to detect what architecture I am compiling under. What is the suggested/easiest/best/proper/Debian way to do this? The

Re: architecture detection

2004-09-27 Thread Matthew Palmer
On Mon, Sep 27, 2004 at 07:25:45PM -0400, Hubert Chan wrote: I maintain the hashcash package. Recent upstream versions have included optimized assembly routines for MMX (x86) and Altivec (PPC). In order to compile these properly, I need to detect what architecture I am compiling under. What