xserver-multidpi/hw/xfree86/os-support/bsd
Julien Cristau 0148a15da1 compiler.h: don't define inb/outb and friends on mips
The definition relies on IOPortBase, which is only ever set in
hw/xfree86/os-support/bsd/arm_video.c

This caused build failures on linux/mips with GCC 10, due to this
change (from https://gcc.gnu.org/gcc-10/changes.html#c):

"GCC now defaults to -fno-common. As a result, global variable accesses
are more efficient on various targets. In C, global variables with
multiple tentative definitions now result in linker errors. With
-fcommon such definitions are silently merged during linking."

As a result anything including compiler.h would get its own definition
of IOPortBase and the linker would error out.
2021-01-27 19:29:35 +00:00
..
Makefile.am Remove BSD APM support. 2020-06-03 17:33:10 +02:00
alpha_video.c Drop trailing whitespaces 2014-11-12 10:25:00 +10:00
arm_video.c compiler.h: don't define inb/outb and friends on mips 2021-01-27 19:29:35 +00:00
bsd_VTsw.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
bsd_bell.c Drop trailing whitespaces 2014-11-12 10:25:00 +10:00
bsd_ev56.c xfree86: Remove MMIO_ONB* and friends 2014-07-28 12:19:01 -07:00
bsd_init.c Fix spelling/wording issues 2020-07-05 13:07:33 -07:00
bsd_kmod.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
i386_video.c Drop trailing whitespaces 2014-11-12 10:25:00 +10:00
memrange.h Fix spelling/wording issues 2020-07-05 13:07:33 -07:00
ppc_video.c Drop trailing whitespaces 2014-11-12 10:25:00 +10:00
sparc64_video.c Drop trailing whitespaces 2014-11-12 10:25:00 +10:00