freebsd-nq/stand/i386/boot2
Kyle Evans 37ac567ea7 stand: boot2: fix build with xtoolchain-llvm90
ufsread.c grows a dependency on __ashldi3 with llvm90. Grab ashldi3.c out of
compiler-rt rather than trying to link against libsa (for now).
-Wno-missing-prototypes is necessary to compile ashldi3.c standalone.

Reviewed by:	imp
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D21291
2019-08-16 20:07:43 +00:00
..
boot1.S
boot2.c Further style(9) changes. 2018-02-21 18:32:06 +00:00
lib.h
Makefile stand: boot2: fix build with xtoolchain-llvm90 2019-08-16 20:07:43 +00:00
Makefile.depend
sio.S