]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make sure the boot2 stage is compiled with gcc, as clang has no
authorRui Paulo <rpaulo@FreeBSD.org>
Sat, 21 Aug 2010 15:01:59 +0000 (15:01 +0000)
committerRui Paulo <rpaulo@FreeBSD.org>
Sat, 21 Aug 2010 15:01:59 +0000 (15:01 +0000)
commit934f2f338c60d98c03226895e34297d7e0b3f89f
treec50e0556dab37aa05d42f2edb38e097ed5668713
parent3a060e4a1ae1bffe25468dbf666e5494363faa90
Make sure the boot2 stage is compiled with gcc, as clang has no
problems compiling it, but it just gets too big at the moment, even
with -Os.  This is not applicable to gptboot, though.

Submitted by: Dimitry Andric <dimitry at andric.com>
sys/boot/i386/boot2/Makefile