Re: [PATCH] RFC: allow compilation without target libc

2009-06-05 Thread Vladimir 'phcoder' Serbinenko
This patch greatly simplifies compiling on freebsd-amd64 and possibly other systems. Would be nice to get in into mainstream fastly. Concern about multiboot2.h however remains On Sat, May 23, 2009 at 1:33 AM, Pavel Roskin wrote: > ChangeLog: > >        * configure.ac: Define GRUB_SOURCE to identif

Re: [PATCH] RFC: allow compilation without target libc

2009-05-30 Thread Vladimir 'phcoder' Serbinenko
Hello. I like this patch On Sat, May 23, 2009 at 1:33 AM, Pavel Roskin wrote: > ChangeLog: > >        * configure.ac: Define GRUB_SOURCE to identify GRUB sources >        in include/multiboot2.h.  Use "-nostdlib" when testing target >        compiler. >        * include/multiboot2.h: Use GRUB type

[PATCH] RFC: allow compilation without target libc

2009-05-22 Thread Pavel Roskin
ChangeLog: * configure.ac: Define GRUB_SOURCE to identify GRUB sources in include/multiboot2.h. Use "-nostdlib" when testing target compiler. * include/multiboot2.h: Use GRUB types and definitions. Provide compatibility layer when GRUB_SOURCE is not define