Re: [Qemu-devel] [PATCH 0/5] Enable building of op.o on gcc4

2008-01-17 Thread Alexander Graf
On Jan 17, 2008, at 11:34 PM, Ismail Dönmez wrote: Thursday 17 January 2008 19:00:11 tarihinde şunları yazmıştınız: Hi, On Thu, 17 Jan 2008, Ismail Dönmez wrote: Thanks but ppc target doesn't work here with gcc 4.3 trunk , i686- linux : gcc -mtune=native -march=native -O2 -pipe -fomit-fram

Re: [Qemu-devel] [PATCH 0/5] Enable building of op.o on gcc4

2008-01-17 Thread Johannes Schindelin
Hi, On Fri, 18 Jan 2008, Ismail Dönmez wrote: > Friday 18 January 2008 00:59:36 tarihinde Johannes Schindelin şunları > yazmıştı: > > > Thursday 17 January 2008 19:00:11 tarihinde şunları yazmıştınız: > > > > ?? > > Turkish for "@date you wrote this." I thought as much, but at least in other m

Re: [Qemu-devel] [PATCH 0/5] Enable building of op.o on gcc4

2008-01-17 Thread Ismail Dönmez
Friday 18 January 2008 00:59:36 tarihinde Johannes Schindelin şunları yazmıştı: > > Thursday 17 January 2008 19:00:11 tarihinde şunları yazmıştınız: > > ?? Turkish for "@date you wrote this." Regards, ismail -- Never learn by your mistakes, if you do you may never dare to try again.

Re: [Qemu-devel] [PATCH 0/5] Enable building of op.o on gcc4

2008-01-17 Thread Andreas Färber
Am 17.01.2008 um 23:59 schrieb Johannes Schindelin: On Fri, 18 Jan 2008, Ismail Dönmez wrote: Thursday 17 January 2008 19:00:11 tarihinde şunları yazmıştınız: ?? From the 'missing' i-dots and the mail domain I'd infer Turkish. ;) Andreas

Re: [Qemu-devel] [PATCH 0/5] Enable building of op.o on gcc4

2008-01-17 Thread Johannes Schindelin
Hi, On Fri, 18 Jan 2008, Ismail Dönmez wrote: > Thursday 17 January 2008 19:00:11 tarihinde şunları yazmıştınız: ?? > Might be a GCC 4.3 thing :-/ I guess so. Maybe I will find some time next week to compile gcc 4.3 and test with it... Ciao, Dscho

Re: [Qemu-devel] [PATCH 0/5] Enable building of op.o on gcc4

2008-01-17 Thread Ismail Dönmez
Thursday 17 January 2008 19:00:11 tarihinde şunları yazmıştınız: > Hi, > > On Thu, 17 Jan 2008, Ismail Dönmez wrote: > > Thanks but ppc target doesn't work here with gcc 4.3 trunk , i686-linux : > > > > gcc -mtune=native -march=native -O2 -pipe -fomit-frame-pointer > > -Wstrict-overflow -Wall -O2 -

Re: [Qemu-devel] [PATCH 0/5] Enable building of op.o on gcc4

2008-01-17 Thread Johannes Schindelin
Hi, On Thu, 17 Jan 2008, Ismail Dönmez wrote: > Thanks but ppc target doesn't work here with gcc 4.3 trunk , i686-linux : > > gcc -mtune=native -march=native -O2 -pipe -fomit-frame-pointer > -Wstrict-overflow -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. > -I.. > -I/var/pisi/qemu

Re: [Qemu-devel] [PATCH 0/5] Enable building of op.o on gcc4

2008-01-17 Thread Ismail Dönmez
Thursday 17 January 2008 08:41:32 tarihinde Alexander Graf şunları yazmıştı: > Compiling qemu on gcc4 has been a long standing issue. During the time > several approaches came up, each more or less intrusive. > > I have collected the ones I found to be the cleanest, fixed PowerPC host > support wit

[Qemu-devel] [PATCH 0/5] Enable building of op.o on gcc4

2008-01-17 Thread Alexander Graf
Compiling qemu on gcc4 has been a long standing issue. During the time several approaches came up, each more or less intrusive. I have collected the ones I found to be the cleanest, fixed PowerPC host support with Michael Matz and am sending everything as a patchset now, hoping that someone commen