945c62a Fix build on ARM with glibc

Authored and Committed by ofourdan 4 years ago
    Fix build on ARM with glibc
    
    - Do not include <sys/io.h> on ARM with glibc to avoid compilation
      failure.
    - Do not force vbe and int10 sdk headers as this enables int10 which
      does not build on ARM without <sys/io.h>
    
        
file modified
+10 -3