]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] temporarily disable busy-wait NOP for win64 build (no __asm support)
authorEvan Hunt <each@isc.org>
Wed, 23 Mar 2016 18:28:43 +0000 (11:28 -0700)
committerEvan Hunt <each@isc.org>
Wed, 23 Mar 2016 18:28:43 +0000 (11:28 -0700)
win32utils/Configure

index 79ae31e31e9bb877a9cfd5f95ee60d82d2b270a4..36766c911a1edb1b08dc0884eaf333c8d2b82d2c 100644 (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