HomeFreeBSD

stand: boot2: fix build with xtoolchain-llvm90

Description

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

Details

Provenance
kevansAuthored on
Reviewer
imp
Differential Revision
D21291: stand: fix build with xtoolchain-llvm90
Parents
rS351134: Add support for 'j', 't' and 'z' flags to kernel sscanf().
Branches
Unknown
Tags
Unknown