Powerpc machines also need ioperm_noop.c
This commit is contained in:
parent
07b168c8d8
commit
fc5ca97284
|
@ -1,3 +1,8 @@
|
||||||
|
2006-05-30 Matthieu Herrb <matthieu.herrb@laas.fr>
|
||||||
|
|
||||||
|
* hw/xfree86/os-support/bsd/Makefile.am:
|
||||||
|
Powerpc machines also need ioperm_noop.c
|
||||||
|
|
||||||
2006-05-30 Adam Jackson <ajax@freedesktop.org>
|
2006-05-30 Adam Jackson <ajax@freedesktop.org>
|
||||||
|
|
||||||
* hw/xfree86/doc/man/xorg.conf.man.pre:
|
* hw/xfree86/doc/man/xorg.conf.man.pre:
|
||||||
|
|
|
@ -38,7 +38,8 @@ ARCH_SOURCES = i386_video.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if PPC_VIDEO
|
if PPC_VIDEO
|
||||||
ARCH_SOURCES = ppc_video.c
|
ARCH_SOURCES = ppc_video.c \
|
||||||
|
$(srcdir)/../shared/ioperm_noop.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if SPARC64_VIDEO
|
if SPARC64_VIDEO
|
||||||
|
|
Loading…
Reference in New Issue