freebsd-dev/sys/boot/i386/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 Revert the part of change 107879 that employs the unused bytes after 2009-03-07 22:05:58 +00:00
boot2.c Our boot loader is capable of booting both i386 and amd64 kernels so 2010-03-26 01:30:53 +00:00
lib.h
Makefile When building world with clang, for gnu/lib/libobjc, sys/boot/i386/boot2 2010-09-21 21:41:45 +00:00
sio.S