From: Evan Hunt Date: Wed, 23 Mar 2016 18:28:43 +0000 (-0700) Subject: [master] temporarily disable busy-wait NOP for win64 build (no __asm support) X-Git-Tag: v9.11.0a1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edfb8e57091d831242bebce17b0d7a7980332f44;p=thirdparty%2Fbind9.git [master] temporarily disable busy-wait NOP for win64 build (no __asm support) --- diff --git a/win32utils/Configure b/win32utils/Configure index 79ae31e31e9..36766c911a1 100644 --- a/win32utils/Configure +++ b/win32utils/Configure @@ -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