Index: /trunk/src/VBox/ValidationKit/bootsectors/Config.kmk
===================================================================
--- /trunk/src/VBox/ValidationKit/bootsectors/Config.kmk	(revision 59787)
+++ /trunk/src/VBox/ValidationKit/bootsectors/Config.kmk	(revision 59788)
@@ -86,8 +86,9 @@
 		-M -MP
 endef
-if "$(VBOX_NASM_allow_64_bit)" != "" || "$(KBUILD_TARGET)" != "win"
+# Dropped by the time 2.12 rc7 got out. Just struggling rebuilding nasm.
+if "$(KBUILD_TARGET)" == "win"
+ BS3KIT_NASM_allow_64_bit = --allow-64bit-code-anywhere
+else if "$(KBUILD_TARGET)" == "darwin"
  BS3KIT_NASM_allow_64_bit = --allow-64-bit
-else
- BS3KIT_NASM_allow_64_bit = --allow-64bit-code-anywhere
 endif
 
