grehan-freebsd / grub2-bhyve

GNU General Public License v3.0
51 stars 21 forks source link

Readme is using gcc47 where gcc48 is necesssary #4

Closed tkaymak closed 9 years ago

tkaymak commented 9 years ago

In the readme file, the command to configure grub2-bhyve is:

./configure --with-platform=emu CC=gcc47 LEX=/usr/local/bin/flex \ --enable-grub-mount=no --enable-grub-mkfont=no \ --enable-grub-emu-sdl=no --disable-nls --disable-werror

but should be:

./configure --with-platform=emu CC=gcc48 LEX=/usr/local/bin/flex \ --enable-grub-mount=no --enable-grub-mkfont=no \ --enable-grub-emu-sdl=no --disable-nls --disable-werror