On Jan 8, 2016, at 2:10 AM, Burton, Ross <ross.burton@intel.com> wrote:On 19 December 2015 at 23:52, Khem Raj <raj.khem@gmail.com> wrote:inb/outb are implemented for ARM on glibc but not on linux in general
therefore the conditional has to reflect that
Untestable as libdrm fails to build with musl:| /data/poky-master/tmp/work/corei7-64-poky-linux-musl/libdrm/2.4.65-r0/libdrm-2.4.65/xf86drm.c: In function 'drmParseSubsystemType':| /data/poky-master/tmp/work/corei7-64-poky-linux-musl/libdrm/2.4.65-r0/libdrm-2.4.65/xf86drm.c:2840:15: error: 'PATH_MAX' undeclared (first use in this function)| char link[PATH_MAX + 1] = "";Ross