Re: xorg-x11 FTBFS on sparc

2005-07-12 Thread David Martínez Moreno
El Martes, 12 de Julio de 2005 16:55, Julien Cristau escribió: > > I understand that if upstream wanted -mv8, the right patch should be the > > one which replace it with -mcpu=v8. > > Actually, according to > https://bugs.freedesktop.org/show_bug.cgi?id=2073, -mv8 shouldn't have > been used at

Re: xorg-x11 FTBFS on sparc

2005-07-12 Thread Julien Cristau
On 12/07/2005-16:44, David Martínez Moreno wrote: > El Martes, 12 de Julio de 2005 16:35, Julien Cristau escribió: > > Hi, > > > > xorg-x11 fails to build on sparc because the gcc -mv8 option, which was > > already deprecated in gcc 3.3, is not present in gcc-4.0. It has been > > replaced with -m

Re: xorg-x11 FTBFS on sparc

2005-07-12 Thread David Martínez Moreno
El Martes, 12 de Julio de 2005 16:35, Julien Cristau escribió: > Hi, > > xorg-x11 fails to build on sparc because the gcc -mv8 option, which was > already deprecated in gcc 3.3, is not present in gcc-4.0. It has been > replaced with -mcpu=v8. > Ubuntu fixed this by removing the -mv8 option. I also

xorg-x11 FTBFS on sparc

2005-07-12 Thread Julien Cristau
Hi, xorg-x11 fails to build on sparc because the gcc -mv8 option, which was already deprecated in gcc 3.3, is not present in gcc-4.0. It has been replaced with -mcpu=v8. Ubuntu fixed this by removing the -mv8 option. I also attach an alternative patch which uses -mcpu=v8 instead of using the defau