[coreboot] inteltool and sys/io.h
ron minnich
rminnich at gmail.com
Wed Feb 14 19:15:05 CET 2018
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 <hudson at trmm.net> 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: coreboot at coreboot.org
> https://mail.coreboot.org/mailman/listinfo/coreboot
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot/attachments/20180214/5c69a5c3/attachment.html>
More information about the coreboot
mailing list