On 2020/05/03 15:20, Jonathan Gray wrote:
> >
> > The builtin assembler in clang 8.0 can not handle 'offset' here,
> > support was added in clang 10.0.
> >
> > While it should be possible to build with -fno-integrated-as on i386 to
> > force the use of gas this currently results in not being able to find
> > the generated gen_defines.asm file. I've not yet been able to convince
> > cmake to do the right thing with include paths. The file can not be
> > found even with an explicit -I${WRKBUILD}/loader/.
>
> So for release here is a revert.
Thanks, OK.