Re: GUB on kainhofer: still cross/gcc

2009-05-31 Thread Graham Percival
On Sun, May 31, 2009 at 09:20:24PM +0200, Jan Nieuwenhuizen wrote: > Op zaterdag 30-05-2009 om 22:46 uur [tijdzone -0700], schreef Graham > Percival: > > > Who has successfully built GUB? > > Me! :-) Anybody else? Particularly on ubuntu systems? > > def compile_command (self): > >

Re: GUB on kainhofer: still cross/gcc

2009-05-31 Thread Reinhold Kainhofer
Am Sonntag, 31. Mai 2009 21:22:41 schrieb Jan Nieuwenhuizen: > Op zaterdag 30-05-2009 om 22:46 uur [tijdzone -0700], schreef Graham > > Percival: > > Any more tips? I'd really like to get this working so I can make > > releases. > > Oh, you can also try to not waste your hardware resources and con

Re: GUB on kainhofer: still cross/gcc

2009-05-31 Thread Jan Nieuwenhuizen
Op zaterdag 30-05-2009 om 22:46 uur [tijdzone -0700], schreef Graham Percival: > Any more tips? I'd really like to get this working so I can make > releases. Oh, you can also try to not waste your hardware resources and confuse softwary by just installing 64 bits ;-) Can you build everything el

Re: GUB on kainhofer: still cross/gcc

2009-05-31 Thread Jan Nieuwenhuizen
Op zaterdag 30-05-2009 om 22:46 uur [tijdzone -0700], schreef Graham Percival: > Who has successfully built GUB? Me! :-) > def compile_command (self): > os.putenv('CFLAGS', '-fno-stack-protector ') > return (cross.AutoBuild.compile_command (self)) > to the class Gcc (cross.Au