BUILTIN BSWAP is not supported for MSVC

This commit is contained in:
Stanislav Shwartsman 2011-06-21 17:12:57 +00:00
parent 070a803a99
commit 94958f39de
2 changed files with 608 additions and 574 deletions

1180
bochs/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -2220,6 +2220,8 @@ case "$target" in
AC_DEFINE(BX_NETMOD_TAP, 0)
AC_DEFINE(BX_HAVE_SELECT, 1)
AC_DEFINE(BX_HAVE_SOCKLEN_T, 0)
AC_DEFINE(BX_HAVE___BUILTIN_BSWAP32, 0)
AC_DEFINE(BX_HAVE___BUILTIN_BSWAP64, 0)
;;
*-pc-cygwin*)
EXE=".exe"