Re: can't compile r220 because of setjmp.S

2009-05-16 Thread Bean
Hi, Oh, sorry about the setjmp breakage. BTW, I've written a wiki page on lua script engine: http://grub.enbug.org/LUASupport On Sun, May 17, 2009 at 1:32 AM, Felix Zielcke wrote: > Am Samstag, den 16.05.2009, 19:27 +0200 schrieb Vladimir 'phcoder' > Serbinenko: >> 2009/5/16 Javier Martín : >>

Re: can't compile r220 because of setjmp.S

2009-05-16 Thread Felix Zielcke
Am Samstag, den 16.05.2009, 19:27 +0200 schrieb Vladimir 'phcoder' Serbinenko: > 2009/5/16 Javier Martín : > > El sáb, 16-05-2009 a las 19:22 +0200, Felix Zielcke escribió: > >> Am Samstag, den 16.05.2009, 18:52 +0200 schrieb Felix Zielcke: > >> > >> > As said on IRC, it seems like the -m32 was mis

Re: can't compile r220 because of setjmp.S

2009-05-16 Thread Vladimir 'phcoder' Serbinenko
2009/5/16 Javier Martín : > El sáb, 16-05-2009 a las 19:22 +0200, Felix Zielcke escribió: >> Am Samstag, den 16.05.2009, 18:52 +0200 schrieb Felix Zielcke: >> >> > As said on IRC, it seems like the -m32 was missing there, even though it >> > should be set through the COMMON_CSFLAGS in i386-pc.rmk.

Re: can't compile r220 because of setjmp.S

2009-05-16 Thread Javier Martín
El sáb, 16-05-2009 a las 19:22 +0200, Felix Zielcke escribió: > Am Samstag, den 16.05.2009, 18:52 +0200 schrieb Felix Zielcke: > > > As said on IRC, it seems like the -m32 was missing there, even though it > > should be set through the COMMON_CSFLAGS in i386-pc.rmk. > > But that did the trick in i

Re: can't compile r220 because of setjmp.S

2009-05-16 Thread Felix Zielcke
Am Samstag, den 16.05.2009, 18:52 +0200 schrieb Felix Zielcke: > As said on IRC, it seems like the -m32 was missing there, even though it > should be set through the COMMON_CSFLAGS in i386-pc.rmk. > But that did the trick in i386.rmk: > > -setjmp_mod_CFLAGS = $(COMMON_CFLAGS) > +setjmp_mod_ASFLAG

Re: can't compile r220 because of setjmp.S

2009-05-16 Thread Felix Zielcke
Am Samstag, den 16.05.2009, 18:34 +0200 schrieb Vladimir 'phcoder' Serbinenko: > On Sat, May 16, 2009 at 6:23 PM, Felix Zielcke wrote: > > Hi list, > > > > r2220 on amd64 fails for me with: > > > > cc -Ilib/i386 -I/tmp/buildd/grub2-1.96+20090516/lib/i386 -I. -I./include > > -I/tmp/buildd/grub2-1.

Re: can't compile r220 because of setjmp.S

2009-05-16 Thread Vladimir 'phcoder' Serbinenko
On Sat, May 16, 2009 at 6:23 PM, Felix Zielcke wrote: > Hi list, > > r2220 on amd64 fails for me with: > > cc -Ilib/i386 -I/tmp/buildd/grub2-1.96+20090516/lib/i386 -I. -I./include > -I/tmp/buildd/grub2-1.96+20090516/include -Wall -W -DASM_FILE=1   -MD -c -o > setjmp_mod-lib_i386_setjmp.o /tmp/bu