Disable linking of libi386 too (linking do libamd64 was already disabled,

but I manage to commit the incomplete version). Noticed by sthen@. Thanks.
This commit is contained in:
matthieu 2017-01-22 21:23:51 +00:00
parent 46583e144d
commit ebe1c2048b
2 changed files with 0 additions and 5 deletions

View File

@ -18057,9 +18057,6 @@ case $host_cpu in
;;
*netbsd*) $as_echo "#define USE_I386_IOPL 1" >>confdefs.h
use_i386_iopl=yes ;;
*openbsd*) $as_echo "#define USE_I386_IOPL 1" >>confdefs.h
use_i386_iopl=yes ;;
esac
;;

View File

@ -154,8 +154,6 @@ case $host_cpu in
*freebsd*) AC_DEFINE(USE_DEV_IO) ;;
*netbsd*) AC_DEFINE(USE_I386_IOPL)
use_i386_iopl=yes ;;
*openbsd*) AC_DEFINE(USE_I386_IOPL)
use_i386_iopl=yes ;;
esac
;;
x86_64*|amd64*)