freebsd-dev/sys/boot/pc98/boot2
Dimitry Andric d205253515 When building world with clang, for gnu/lib/libobjc, sys/boot/i386/boot2
and sys/boot/pc98/boot2, do not simply assign 'gcc' to CC, since compile
flags are sometimes passed via this variable, for example during the
build32 stage on amd64.  This caused the 32-bit libobjc build on amd64
to fail.

Instead, only replace the first instance of clang (if any, including
optional path) with gcc, and leave the arguments alone.

Approved-by:	rpaulo (mentor)
2010-09-21 21:41:45 +00:00
..
boot1.S Reimplement the boot2 for pc98 completely. 2009-12-31 15:03:33 +00:00
boot2.c Use a cleaner expression to retrieve the memory size in pc98's boot2.c, 2010-09-01 15:24:47 +00:00
Makefile When building world with clang, for gnu/lib/libobjc, sys/boot/i386/boot2 2010-09-21 21:41:45 +00:00