freebsd-dev/sys/boot/pc98
Dimitry Andric ff0d9e7dbf Put in a band-aid to get the pc98 bootstraps building, now clang is the
default compiler.  This has two parts:
- Make sys/boot/pc98/boot2 always build with gcc for now, until we can
  figure out a way to shrink it enough when building with clang.
- Since sys/boot/p98/cdboot uses .code16 directives, which are not yet
  supported by clang's integrated assembler, use -no-integrated-as,
  similar to sys/boot/i386/cdboot.

Reviewed by:	nyan
MFC after:	1 week
2012-11-07 19:51:53 +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 Put in a band-aid to get the pc98 bootstraps building, now clang is the 2012-11-07 19:51:53 +00:00
btx Reduce diffs against i386. 2012-08-05 14:11:07 +00:00
cdboot Put in a band-aid to get the pc98 bootstraps building, now clang is the 2012-11-07 19:51:53 +00:00
kgzldr Move cursor position after putting a character. 2009-12-21 14:59:23 +00:00
libpc98 Reduce diffs against i386. 2012-08-05 14:48:55 +00:00
loader Hook in new files menusets.4th and manual. 2012-11-07 02:14:03 +00:00
pc98boot Fix build. 2011-02-12 06:22:23 +00:00
Makefile Add the pc98boot image which concatenates boot0 and boot0.5. 2011-02-11 13:14:17 +00:00
Makefile.inc On i386 and amd64, consistently use the following options whenever we 2011-01-05 22:24:33 +00:00