Skip to content

hw/xfree86: Fix the building of int10 with -fno-common

Xi Ruoyao requested to merge xry111/xserver:mips-ftbfs into master

xorg-server FTBFS on mips64el-linux-gnuabi64 with gcc 10.

Provide an actual definition of IOPortBase, rather than a tentative definition in a header, to fix compilation with -fno-common (the default with gcc 10).

Merge request reports