Re: Handling optimization flags in Debian packages

2010-04-05 Thread Reinhard Tartler
On Sun, Apr 04, 2010 at 23:49:59 (CEST), Felipe Sateler wrote: > On 04/04/10 16:29, Tiago Bortoletto Vaz wrote: >> Hi all, >> >> I've faced an issue (#557550) which is much probably caused by a CPU >> which doesn't support SSE2 instructions. I'm not sure about the best >> way to address this. Any

Re: Handling optimization flags in Debian packages

2010-04-04 Thread Tiago Bortoletto Vaz
On Sun, Apr 04, 2010 at 10:53:09PM +0100, Ben Hutchings wrote: > On Sun, 2010-04-04 at 17:29 -0300, Tiago Bortoletto Vaz wrote: > > Hi all, > > > > I've faced an issue (#557550) which is much probably caused by a CPU which > > doesn't support SSE2 instructions. I'm not sure about the best way to

Re: Handling optimization flags in Debian packages

2010-04-04 Thread Ben Hutchings
On Sun, 2010-04-04 at 17:29 -0300, Tiago Bortoletto Vaz wrote: > Hi all, > > I've faced an issue (#557550) which is much probably caused by a CPU which > doesn't support SSE2 instructions. I'm not sure about the best way to address > this. Any suggestion will be very welcome. Actually I can see th

Re: Handling optimization flags in Debian packages

2010-04-04 Thread Felipe Sateler
On 04/04/10 16:29, Tiago Bortoletto Vaz wrote: Hi all, I've faced an issue (#557550) which is much probably caused by a CPU which doesn't support SSE2 instructions. I'm not sure about the best way to address this. Any suggestion will be very welcome. Actually I can see the following workarounds:

Re: Handling optimization flags in Debian packages

2010-04-04 Thread Marc 'HE' Brockschmidt
Tiago Bortoletto Vaz writes: > 1) consider that most of CPUs support this flag, so tell the reporter to > compile the package by him/herself. This is not acceptable and would make your package rc-buggy. Even though it's called i386 and in fact only supports i486, we are not in a state where we wa

Re: Handling optimization flags in Debian packages

2010-04-04 Thread Patrick Matthäi
On 04.04.2010 22:29, Tiago Bortoletto Vaz wrote: Hi all, I've faced an issue (#557550) which is much probably caused by a CPU which doesn't support SSE2 instructions. I'm not sure about the best way to address this. Any suggestion will be very welcome. Actually I can see the following workaround

Handling optimization flags in Debian packages

2010-04-04 Thread Tiago Bortoletto Vaz
Hi all, I've faced an issue (#557550) which is much probably caused by a CPU which doesn't support SSE2 instructions. I'm not sure about the best way to address this. Any suggestion will be very welcome. Actually I can see the following workarounds: 1) consider that most of CPUs support this flag