]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r242706:
authordim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 17 Nov 2012 22:40:18 +0000 (22:40 +0000)
committerdim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 17 Nov 2012 22:40:18 +0000 (22:40 +0000)
commitfec075383edb435288aa916b0834180558fb4313
tree962d965a28828739aaa58db2fa7b9a84187071ba
parent63a7eb9ffd7bcc214f887ebd82b14336cf4c02a4
MFC r242706:

  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 r242874:

  Work around pc98 tinderbox failures in sys/boot/pc98, by making sure a
  cross gcc gets built during the cross-tools stage.

git-svn-id: svn://svn.freebsd.org/base/stable/9@243190 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
Makefile.inc1
sys/boot/pc98/boot2/Makefile
sys/boot/pc98/cdboot/Makefile