]> mj.ucw.cz Git - pciutils.git/commit
configure: Generate config files for PCI_OS_WINDOWS
authorPali Rohár <pali@kernel.org>
Sun, 26 Dec 2021 17:47:33 +0000 (18:47 +0100)
committerMartin Mareš <mj@ucw.cz>
Sun, 26 Dec 2021 21:51:59 +0000 (22:51 +0100)
commitd9a7eb8f55ca5b886682cedd19f69292752ebd6b
tree680eca59015d9a127ca4d300ea72449284f55afa
parent8493c9f686e970ac0ecd0f69d6a8398f3bceac28
configure: Generate config files for PCI_OS_WINDOWS

This change adds support for using configure script for cross-compiling
pciutils on Linux for Windows platforms.

Following command can be used to compile pcitils for Windows platform:

  make CROSS_COMPILE=i586-mingw32msvc- HOST=i386-windows ZLIB=no IDSDIR=.

PCI_OS_WINDOWS does not support BSD DNS functions, so do not automatically
enable DNS support.

Library ioperm is cygwin specific and is used only for PCI_OS_CYGWIN.
lib/configure