freebsd-dev/sys/boot/pc98
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
..
boot0 Use -Wl,-N instead of the undocumented -N option for GCC. 2010-06-03 17:42:32 +00:00
boot0.5 Use -Wl,-N instead of the undocumented -N option for GCC. 2010-06-03 17:42:32 +00:00
boot2 When building world with clang, for gnu/lib/libobjc, sys/boot/i386/boot2 2010-09-21 21:41:45 +00:00
btx Use -Wl,-N instead of the undocumented -N option for GCC. 2010-06-03 17:42:32 +00:00
cdboot Use -Wl,-N instead of the undocumented -N option for GCC. 2010-06-03 17:42:32 +00:00
kgzldr Move cursor position after putting a character. 2009-12-21 14:59:23 +00:00
libpc98 Add setting machine type support to the loader. 2009-12-31 12:05:48 +00:00
loader MFi386: revision 210387 2010-07-25 02:22:32 +00:00
Makefile Add a bootable CD support. 2006-05-14 07:26:02 +00:00
Makefile.inc Don't use 15M-16M area on pc98. It's reserved for some devices. 2009-12-31 12:17:38 +00:00