why on earth is that test there? what does glibc have to do with whether you have sys/io.h?
I suggest removing the guard. On Wed, Feb 14, 2018 at 10:12 AM Trammell Hudson <[email protected]> wrote: > When cross compiling inteltool with musl-libc the <sys/io.h> header > is not included due to this test in inteltool.h: > > #if defined(__GLIBC__) > #include <sys/io.h> > #endif > > Unfortunately I'm not sure what the right test is here, since > the musl libc team is opposed to having a __MUSL__ define: > > http://openwall.com/lists/musl/2013/03/29/13 > > -- > Trammell > > -- > coreboot mailing list: [email protected] > https://mail.coreboot.org/mailman/listinfo/coreboot >
-- coreboot mailing list: [email protected] https://mail.coreboot.org/mailman/listinfo/coreboot

