Re: GRUB2 on OpenBSD 5.3-amd64: linking problem

2013-08-23 Thread Ilya Bakulin
On Thursday 22 August 2013 20:16:48 Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 21.08.2013 21:06, Vladimir 'φ-coder/phcoder' Serbinenko wrote: Based on your work, current WIP patch. I've committed some parts of your patch as well as my own fixes. Remainder is attached Current problems:

Re: GRUB2 on OpenBSD 5.3-amd64: linking problem

2013-08-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 21.08.2013 21:06, Vladimir 'φ-coder/phcoder' Serbinenko wrote: Based on your work, current WIP patch. I've committed some parts of your patch as well as my own fixes. Remainder is attached Current problems: -double/float is mostly a kludge -build-grub-mkfont -nm on OpenBSD doesn't accept

Re: GRUB2 on OpenBSD 5.3-amd64: linking problem

2013-08-21 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Based on your work, current WIP patch. I've committed some parts of your patch as well as my own fixes. Remainder is attached Current problems: -double/float is mostly a kludge -build-grub-mkfont -nm on OpenBSD doesn't accept same options as GNU one. === modified file 'conf/Makefile.common' ---

GRUB2 on OpenBSD 5.3-amd64: linking problem

2013-08-09 Thread Ilya Bakulin
Hi list, I'm currently trying to port GRUB2 to OpenBSD 5.3-amd64. I have attached a patch that adds missing defines and includes to make the code build on OpenBSD. Some ./configure tricks were also nessesary -- the old GCC in OpenBSD doesn't understand -Wempty-body option. The build environment