2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

[master] temporarily disable busy-wait NOP for win64 build (no __asm support)

This commit is contained in:
Evan Hunt
2016-03-23 11:28:43 -07:00
parent 05b7b63f17
commit edfb8e5709

View File

@@ -700,7 +700,8 @@ if (($want_win32 eq "yes") && ($want_x64 eq "yes")) {
$configvar{"BUILD_PLATFORM"} = "x64";
$configvar{"MACHINE"} = "/machine:X64";
$configvar{"BUILD_MACHINE"} = "/machine:X64";
$configdefp{"ISC_PLATFORM_BUSYWAITNOP"} = "__asm { rep nop }";
# inline assembly not supported in x64 builds
#$configdefp{"ISC_PLATFORM_BUSYWAITNOP"} = "__asm { rep nop }";
}
# get the version information